We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f1338e commit 6a68f2fCopy full SHA for 6a68f2f
pkgs/by-name/im/immich-public-proxy/package.nix
@@ -8,17 +8,17 @@
8
}:
9
buildNpmPackage rec {
10
pname = "immich-public-proxy";
11
- version = "1.6.3";
+ version = "1.7.2";
12
src = fetchFromGitHub {
13
owner = "alangrainger";
14
repo = "immich-public-proxy";
15
tag = "v${version}";
16
- hash = "sha256-nhVU3CVexXV+WCUP8E1tGvwwjy+PCTL9v3/3KI1tDus=";
+ hash = "sha256-G08xucggEdO+iwW7m1D53nr4Rah9D/qD4xlyLwWwBq0=";
17
};
18
19
sourceRoot = "${src.name}/app";
20
21
- npmDepsHash = "sha256-NQgxAHNMPp2eDoiMqjqBOZ3364XjW3WtvrK/ciqg1DI=";
+ npmDepsHash = "sha256-aXTdKGlF2mK8I+vQMd+V6JNTG49S4jJd1kTNBai6sZE=";
22
23
# patch in absolute nix store paths so the process doesn't need to cwd in $out
24
postPatch = ''
0 commit comments