photofield: 0.10.3 -> 0.10.4

This commit is contained in:
R. Ryantm 2023-07-08 22:13:14 +00:00
parent 186edce0a0
commit 3ab10e0c19

View file

@ -9,13 +9,13 @@
let
pname = "photofield-ui";
version = "0.10.3";
version = "0.10.4";
src = fetchFromGitHub {
owner = "SmilyOrg";
repo = "photofield";
rev = "v${version}";
hash = "sha256-OrLsthhnjX6LWehwiBDRzhCmTp3IBsbu9WKVu0zhgaQ=";
hash = "sha256-kcKnE4U+XWYfKw5nZSk+xCtYdagHBMZS3hvukEL8p4M=";
};
webui = buildNpmPackage {