photoprism: 250426-27ec7a128 -> 250707-d28b3101e (#453277)

This commit is contained in:
Pascal Bach
2025-11-03 21:10:44 +00:00
committed by GitHub
3 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ buildGoModule {
substituteInPlace internal/commands/passwd.go --replace-fail '/bin/stty' "${coreutils}/bin/stty"
'';
vendorHash = "sha256-8uy0uLhGOyedqi3AvMsEdDQnFvGgeeZcL4tFgI6bzU8=";
vendorHash = "sha256-yLzIjoN1csyNpounvbQ6r1nudPypwjabAbdhyjna2+s=";
subPackages = [ "cmd/photoprism" ];
+5 -1
View File
@@ -13,7 +13,11 @@ buildNpmPackage {
cd frontend
'';
npmDepsHash = "sha256-rfZ6VE3JRR8MrB61DqueXWNoOjDE+GJnyrNujGyc8wc=";
npmDepsHash = "sha256-IC92WESUAp+P0MbFasCTwpo0GcGoTfO8IkLbHfnrnNY=";
# Some dependencies are fetched from git repositories
forceGitDeps = true;
makeCacheWritable = true;
installPhase = ''
runHook preInstall
+3 -3
View File
@@ -17,14 +17,14 @@
}:
let
version = "250426-27ec7a128";
version = "250707-d28b3101e";
pname = "photoprism";
src = fetchFromGitHub {
owner = "photoprism";
repo = "photoprism";
rev = version;
hash = "sha256-wsSWCTFfKQ+8aE8GKvXpA49LbBLMTE1lsJMYFLvquBM=";
hash = "sha256-KT50tjgM3b3edRB3R8dR3tIF9sXFr+Cm0BMsFqBJG6s=";
};
backend = callPackage ./backend.nix { inherit src version; };
@@ -34,7 +34,7 @@ let
{ name, hash }:
fetchzip {
inherit hash;
url = "https://dl.photoprism.org/tensorflow/${name}.zip";
url = "https://dl.photoprism.app/tensorflow/${name}.zip";
stripRoot = false;
};