photofield: 0.17.0 -> 0.17.1

This commit is contained in:
R. Ryantm 2024-11-14 22:25:01 +00:00
parent 30e9f55fae
commit 2930dad2b6

View File

@ -11,13 +11,13 @@
}:
let
version = "0.17.0";
version = "0.17.1";
src = fetchFromGitHub {
owner = "SmilyOrg";
repo = "photofield";
rev = "refs/tags/v${version}";
hash = "sha256-GYU0BR5X3s3SGmZEFMyK7m+zUa2i2E9krAbtk8dwPdg=";
hash = "sha256-leCXj8vETlrU1fwTqLcjcCGvhWWC1ESjpNDWSytAq4s=";
};
webui = buildNpmPackage {