Skip to content

Commit 6a68f2f

Browse files
committed
immich-public-proxy: 1.6.3 -> 1.7.2
1 parent 6f1338e commit 6a68f2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/im/immich-public-proxy/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
}:
99
buildNpmPackage rec {
1010
pname = "immich-public-proxy";
11-
version = "1.6.3";
11+
version = "1.7.2";
1212
src = fetchFromGitHub {
1313
owner = "alangrainger";
1414
repo = "immich-public-proxy";
1515
tag = "v${version}";
16-
hash = "sha256-nhVU3CVexXV+WCUP8E1tGvwwjy+PCTL9v3/3KI1tDus=";
16+
hash = "sha256-G08xucggEdO+iwW7m1D53nr4Rah9D/qD4xlyLwWwBq0=";
1717
};
1818

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

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

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

0 commit comments

Comments
 (0)