Commit d0125c4b authored by R. RyanTM's avatar R. RyanTM
Browse files

immich-public-proxy: 1.13.2 -> 1.13.7

parent 473538c5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,17 +8,17 @@
}:
buildNpmPackage rec {
  pname = "immich-public-proxy";
  version = "1.13.2";
  version = "1.13.7";
  src = fetchFromGitHub {
    owner = "alangrainger";
    repo = "immich-public-proxy";
    tag = "v${version}";
    hash = "sha256-AoRqlTEwcS+RhN59/opqlYAftihmN20mW6Vn6RbLzSw=";
    hash = "sha256-XENy/zmH4UzUaqE4doiSNmTrbrsTMrd/hlhbanEhg6k=";
  };

  sourceRoot = "${src.name}/app";

  npmDepsHash = "sha256-ZH1D0Q5SCoOwr8CLe2HLMy4xJoO3VLha4MfE9fBmhec=";
  npmDepsHash = "sha256-T3YPIvK5h3XmCTLybzY1fhjlB2u2fLdeOHiGbT3Xgd4=";

  # patch in absolute nix store paths so the process doesn't need to cwd in $out
  postPatch = ''