immich-public-proxy: 1.15.1 -> 1.15.3

This commit is contained in:
R. Ryantm
2026-02-19 17:25:35 +00:00
parent 5649c3b5c6
commit 1a951b2fb4
@@ -8,17 +8,17 @@
}:
buildNpmPackage rec {
pname = "immich-public-proxy";
version = "1.15.1";
version = "1.15.3";
src = fetchFromGitHub {
owner = "alangrainger";
repo = "immich-public-proxy";
tag = "v${version}";
hash = "sha256-bZKBKHO6WHzN+TFQDgQGqPNCDAQ26ks8gsNPsrKpW4E=";
hash = "sha256-ZOI5PtckA/M33iRmSBgTuNOpCgXfU7Oze6HJ4PCppz4=";
};
sourceRoot = "${src.name}/app";
npmDepsHash = "sha256-UGl2ZUb3SQOlT1femMtCxup5998WseDr/laJKlSB6cM=";
npmDepsHash = "sha256-keRVYgzeiWG5h5fKBhqdl8d+ibR48OGy4jitjemavVA=";
# patch in absolute nix store paths so the process doesn't need to cwd in $out
postPatch = ''