immich-public-proxy: 1.15.1 -> 1.15.3 (#492184)

This commit is contained in:
nixpkgs-ci[bot]
2026-03-04 04:20:08 +00:00
committed by GitHub
@@ -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 = ''