Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

photoprism: 230513-0b780defb -> 230603-378d4746a

+4 -4
+1 -1
pkgs/servers/photoprism/backend.nix
··· 19 substituteInPlace internal/commands/passwd.go --replace '/bin/stty' "${coreutils}/bin/stty" 20 ''; 21 22 - vendorSha256 = "sha256-YNKwEimP/zWrX4gasM4oicf306cgPlo7OruwUzHNJYU="; 23 24 subPackages = [ "cmd/photoprism" ]; 25
··· 19 substituteInPlace internal/commands/passwd.go --replace '/bin/stty' "${coreutils}/bin/stty" 20 ''; 21 22 + vendorSha256 = "sha256-jkBGFO18m5OyyMr8M7qeQHcHc9koLudGU5t8vFUBjuE="; 23 24 subPackages = [ "cmd/photoprism" ]; 25
+2 -2
pkgs/servers/photoprism/default.nix
··· 1 { pkgs, lib, stdenv, fetchFromGitHub, fetchzip, darktable, rawtherapee, ffmpeg, libheif, exiftool, imagemagick, makeWrapper, testers }: 2 3 let 4 - version = "230513-0b780defb"; 5 pname = "photoprism"; 6 7 src = fetchFromGitHub { 8 owner = pname; 9 repo = pname; 10 rev = version; 11 - sha256 = "sha256-I9tQZx/bNIcT4MV6B3cC5ZFvPj3zVVyLqMAIsXtYWhg="; 12 }; 13 14 libtensorflow = pkgs.callPackage ./libtensorflow.nix { };
··· 1 { pkgs, lib, stdenv, fetchFromGitHub, fetchzip, darktable, rawtherapee, ffmpeg, libheif, exiftool, imagemagick, makeWrapper, testers }: 2 3 let 4 + version = "230603-378d4746a"; 5 pname = "photoprism"; 6 7 src = fetchFromGitHub { 8 owner = pname; 9 repo = pname; 10 rev = version; 11 + sha256 = "sha256-lywVP4Vvq88g+Yk4BuzOaB+9EbWrxGgIF4lOPW33E1U="; 12 }; 13 14 libtensorflow = pkgs.callPackage ./libtensorflow.nix { };
+1 -1
pkgs/servers/photoprism/frontend.nix
··· 8 cd frontend 9 ''; 10 11 - npmDepsHash = "sha256-wi8iNYfPDY0ScdpWag9S6VXevqzvvr9QAvQQZGAe1oo="; 12 13 installPhase = '' 14 runHook preInstall
··· 8 cd frontend 9 ''; 10 11 + npmDepsHash = "sha256-lZpgv3YFF+b9nPJlbG2KdGYC5UMy+VnYqRgz7JLj85g="; 12 13 installPhase = '' 14 runHook preInstall