Commit e927275f authored by Gregor Godbersen's avatar Gregor Godbersen
Browse files

photoprism: 230506-9de9a3540 -> 230513-0b780defb

parent 804bb25f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ buildGoModule rec {
    substituteInPlace internal/commands/passwd.go --replace '/bin/stty' "${coreutils}/bin/stty"
  '';

  vendorSha256 = "sha256-OyHescVn73kNF+Ji07Ea+pQC+IRx8/ywb/RjfLHH84k=";
  vendorSha256 = "sha256-YNKwEimP/zWrX4gasM4oicf306cgPlo7OruwUzHNJYU=";

  subPackages = [ "cmd/photoprism" ];

+2 −2
Original line number Diff line number Diff line
{ pkgs, lib, stdenv, fetchFromGitHub, fetchzip, darktable, rawtherapee, ffmpeg, libheif, exiftool, imagemagick, makeWrapper, testers }:

let
  version = "230506-9de9a3540";
  version = "230513-0b780defb";
  pname = "photoprism";

  src = fetchFromGitHub {
    owner = pname;
    repo = pname;
    rev = version;
    sha256 = "sha256-I7ff+AkQaPTyanEpVpQhCe1LDXdoF1LZl4j6jsPsweg=";
    sha256 = "sha256-I9tQZx/bNIcT4MV6B3cC5ZFvPj3zVVyLqMAIsXtYWhg=";
  };

  libtensorflow = pkgs.callPackage ./libtensorflow.nix { };
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ buildNpmPackage {
    cd frontend
  '';

  npmDepsHash = "sha256-gjUt2jdk3EI+VEe10tG76J5FGKFbHwb9g0Uy8ovU99w=";
  npmDepsHash = "sha256-wi8iNYfPDY0ScdpWag9S6VXevqzvvr9QAvQQZGAe1oo=";

  installPhase = ''
    runHook preInstall