immich-public-proxy: 1.13.2 -> 1.13.7 (#453805)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-10-21 05:55:15 +00:00
committed by GitHub
@@ -8,17 +8,17 @@
}:
buildNpmPackage rec {
pname = "immich-public-proxy";
version = "1.13.2";
version = "1.13.7";
src = fetchFromGitHub {
owner = "alangrainger";
repo = "immich-public-proxy";
tag = "v${version}";
hash = "sha256-AoRqlTEwcS+RhN59/opqlYAftihmN20mW6Vn6RbLzSw=";
hash = "sha256-XENy/zmH4UzUaqE4doiSNmTrbrsTMrd/hlhbanEhg6k=";
};
sourceRoot = "${src.name}/app";
npmDepsHash = "sha256-ZH1D0Q5SCoOwr8CLe2HLMy4xJoO3VLha4MfE9fBmhec=";
npmDepsHash = "sha256-T3YPIvK5h3XmCTLybzY1fhjlB2u2fLdeOHiGbT3Xgd4=";
# patch in absolute nix store paths so the process doesn't need to cwd in $out
postPatch = ''