photoprism: 221102-905925b4d -> 221118-e58fee0fb

This commit is contained in:
Benjamin Isbarn 2023-01-17 20:01:27 +01:00
parent 08e2d7d147
commit 7d1f7b6b09
No known key found for this signature in database
GPG Key ID: 48E0C7E5DE3B336C
4 changed files with 5491 additions and 8845 deletions

File diff suppressed because it is too large Load Diff

View File

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

View File

@ -1,14 +1,14 @@
{ pkgs, lib, stdenv, fetchFromGitHub, fetchzip, darktable, rawtherapee, ffmpeg, libheif, exiftool, makeWrapper, testers }: { pkgs, lib, stdenv, fetchFromGitHub, fetchzip, darktable, rawtherapee, ffmpeg, libheif, exiftool, makeWrapper, testers }:
let let
version = "221102-905925b4d"; version = "221118-e58fee0fb";
pname = "photoprism"; pname = "photoprism";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = pname; owner = pname;
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-xyyV16yYlKIMINmVDtiQJmnbEQ12wjzn6p90f4+GpWk="; sha256 = "sha256-Bx9SJLK97uZ/k09LIj8dHwmRetg6krI5iO7mtojV3PU=";
}; };
libtensorflow = pkgs.callPackage ./libtensorflow.nix { }; libtensorflow = pkgs.callPackage ./libtensorflow.nix { };

View File

@ -8,7 +8,7 @@ buildNpmPackage {
cd frontend cd frontend
''; '';
npmDepsHash = "sha256-NAtZ85WjiQn9w0B9Y78XL+tSsshHlaXS8+WtojFJmGg="; npmDepsHash = "sha256-NAtZ85WjiQn9w0B9Y78XL+tSsshHlaXS8+WtojFJmGg";
installPhase = '' installPhase = ''
runHook preInstall runHook preInstall