Merge pull request #242352 from r-ryantm/auto-update/photofield

photofield: 0.10.3 -> 0.10.4
This commit is contained in:
Weijia Wang 2023-07-09 12:51:50 +03:00 committed by GitHub
commit 1c01f5ffbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {