photoprism: 250228-43447fa38 -> 250321-57590c48b

https://github.com/photoprism/photoprism/releases/tag/250321-57590c48b
This commit is contained in:
Jana Traue
2025-03-24 08:08:01 +01:00
parent a92c607faf
commit 0ae5c5772a
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ buildGoModule rec {
substituteInPlace internal/commands/passwd.go --replace '/bin/stty' "${coreutils}/bin/stty"
'';
vendorHash = "sha256-eKMcSqAJ+11+50A/3vOC1UJ/Z517J4wdrmkyfRkpBGE=";
vendorHash = "sha256-eHdnTpcVBSvGR9ZiK6A32jfjik8VClDTkv92bD8EIgA=";
subPackages = [ "cmd/photoprism" ];
+1 -1
View File
@@ -13,7 +13,7 @@ buildNpmPackage {
cd frontend
'';
npmDepsHash = "sha256-1bo/mJ6cmidd3oduLFMNOBHUB18yvYPyEocoUE/ziyo=";
npmDepsHash = "sha256-3cytU/QaPSsGu/984AEh3YsdV4H5cjf/br3NSc5Zd1M=";
installPhase = ''
runHook preInstall
+2 -2
View File
@@ -17,14 +17,14 @@
}:
let
version = "250228-43447fa38";
version = "250321-57590c48b";
pname = "photoprism";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
hash = "sha256-7WN3XRASKdRZODXkHiKUcYITUtIS1o6b0xoqfL3i5xs=";
hash = "sha256-tJA1Q8kcX4UYDCV+rmHyd5gfEU8WkoaqNfx1/0Iy3l8=";
};
libtensorflow = callPackage ./libtensorflow.nix { };