photoprism: 250707-d28b3101e -> 251130-b3068414c (#468531)

This commit is contained in:
Pascal Bach
2025-12-13 08:02:12 +00:00
committed by GitHub
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ buildGoModule {
substituteInPlace internal/commands/passwd.go --replace-fail '/bin/stty' "${coreutils}/bin/stty"
'';
vendorHash = "sha256-yLzIjoN1csyNpounvbQ6r1nudPypwjabAbdhyjna2+s=";
vendorHash = "sha256-nOytOKceVuRryixDxx791my0JkdLPfyYdK6dAUG4CQc=";
subPackages = [ "cmd/photoprism" ];
+1 -1
View File
@@ -13,7 +13,7 @@ buildNpmPackage {
cd frontend
'';
npmDepsHash = "sha256-IC92WESUAp+P0MbFasCTwpo0GcGoTfO8IkLbHfnrnNY=";
npmDepsHash = "sha256-RjPTtIm1BhyeQLUN9mWI+sXakNju4up0FbrdwZzkTS0=";
# Some dependencies are fetched from git repositories
forceGitDeps = true;
+2 -2
View File
@@ -17,14 +17,14 @@
}:
let
version = "250707-d28b3101e";
version = "251130-b3068414c";
pname = "photoprism";
src = fetchFromGitHub {
owner = "photoprism";
repo = "photoprism";
rev = version;
hash = "sha256-KT50tjgM3b3edRB3R8dR3tIF9sXFr+Cm0BMsFqBJG6s=";
hash = "sha256-8yg5CtvBtSKRaOUj9f+Db7rruXIVuF2cR50vZ+WUU6A=";
};
backend = callPackage ./backend.nix { inherit src version; };