immich-public-proxy: 1.13.0 -> 1.13.2 (#446918)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-09-28 20:19:33 +00:00
committed by GitHub
@@ -8,17 +8,17 @@
}:
buildNpmPackage rec {
pname = "immich-public-proxy";
version = "1.13.0";
version = "1.13.2";
src = fetchFromGitHub {
owner = "alangrainger";
repo = "immich-public-proxy";
tag = "v${version}";
hash = "sha256-wcJogDi93tuFbVdwI5YZEyVQGzO4QC/ASDsRquVq31s=";
hash = "sha256-AoRqlTEwcS+RhN59/opqlYAftihmN20mW6Vn6RbLzSw=";
};
sourceRoot = "${src.name}/app";
npmDepsHash = "sha256-GtX2mRfw4eo3WKfxdMoOAryQKHddFPcVCuXhHmLA/Oc=";
npmDepsHash = "sha256-ZH1D0Q5SCoOwr8CLe2HLMy4xJoO3VLha4MfE9fBmhec=";
# patch in absolute nix store paths so the process doesn't need to cwd in $out
postPatch = ''