Commit 6a68f2f7 authored by R. RyanTM's avatar R. RyanTM
Browse files

immich-public-proxy: 1.6.3 -> 1.7.2

parent 6f1338e3
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.6.3";
  version = "1.7.2";
  src = fetchFromGitHub {
    owner = "alangrainger";
    repo = "immich-public-proxy";
    tag = "v${version}";
    hash = "sha256-nhVU3CVexXV+WCUP8E1tGvwwjy+PCTL9v3/3KI1tDus=";
    hash = "sha256-G08xucggEdO+iwW7m1D53nr4Rah9D/qD4xlyLwWwBq0=";
  };

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

  npmDepsHash = "sha256-NQgxAHNMPp2eDoiMqjqBOZ3364XjW3WtvrK/ciqg1DI=";
  npmDepsHash = "sha256-aXTdKGlF2mK8I+vQMd+V6JNTG49S4jJd1kTNBai6sZE=";

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