Unverified Commit 3f060ee2 authored by Pascal Bach's avatar Pascal Bach Committed by GitHub
Browse files

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

parents 76833029 439e84d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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; };