Commit 0ae5c577 authored by Jana Traue's avatar Jana Traue
Browse files

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

parent a92c607f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ buildNpmPackage {
    cd frontend
  '';

  npmDepsHash = "sha256-1bo/mJ6cmidd3oduLFMNOBHUB18yvYPyEocoUE/ziyo=";
  npmDepsHash = "sha256-3cytU/QaPSsGu/984AEh3YsdV4H5cjf/br3NSc5Zd1M=";

  installPhase = ''
    runHook preInstall
+2 −2
Original line number Diff line number Diff line
@@ -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 { };