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

This commit is contained in:
Gregor Godbersen 2023-06-03 19:58:54 +02:00
parent e927275ff0
commit 4c101ed357
3 changed files with 4 additions and 4 deletions

View file

@ -19,7 +19,7 @@ buildGoModule rec {
substituteInPlace internal/commands/passwd.go --replace '/bin/stty' "${coreutils}/bin/stty"
'';
vendorSha256 = "sha256-YNKwEimP/zWrX4gasM4oicf306cgPlo7OruwUzHNJYU=";
vendorSha256 = "sha256-jkBGFO18m5OyyMr8M7qeQHcHc9koLudGU5t8vFUBjuE=";
subPackages = [ "cmd/photoprism" ];

View file

@ -1,14 +1,14 @@
{ pkgs, lib, stdenv, fetchFromGitHub, fetchzip, darktable, rawtherapee, ffmpeg, libheif, exiftool, imagemagick, makeWrapper, testers }:
let
version = "230513-0b780defb";
version = "230603-378d4746a";
pname = "photoprism";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "sha256-I9tQZx/bNIcT4MV6B3cC5ZFvPj3zVVyLqMAIsXtYWhg=";
sha256 = "sha256-lywVP4Vvq88g+Yk4BuzOaB+9EbWrxGgIF4lOPW33E1U=";
};
libtensorflow = pkgs.callPackage ./libtensorflow.nix { };

View file

@ -8,7 +8,7 @@ buildNpmPackage {
cd frontend
'';
npmDepsHash = "sha256-wi8iNYfPDY0ScdpWag9S6VXevqzvvr9QAvQQZGAe1oo=";
npmDepsHash = "sha256-lZpgv3YFF+b9nPJlbG2KdGYC5UMy+VnYqRgz7JLj85g=";
installPhase = ''
runHook preInstall