immich-public-proxy: 1.13.2 -> 1.13.7

This commit is contained in:
R. Ryantm
2025-10-20 09:47:57 +00:00
parent 473538c580
commit d0125c4ba1
@@ -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 = ''