immich-public-proxy: 1.11.5 -> 1.12.1 (#427330)

Co-authored-by: Jaculabilis <Jaculabilis@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-07-31 05:46:42 +00:00 committed by GitHub
commit 531ef345f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,17 +8,17 @@
}:
buildNpmPackage rec {
pname = "immich-public-proxy";
version = "1.11.5";
version = "1.12.1";
src = fetchFromGitHub {
owner = "alangrainger";
repo = "immich-public-proxy";
tag = "v${version}";
hash = "sha256-jSAQbACWEt/gyZbr4sOM17t3KZoxPOM0RZFbsLZfcRM=";
hash = "sha256-m0E7YNdN2K81AwyBBBKZNrZaNis+qakdViVih+1Wk2E=";
};
sourceRoot = "${src.name}/app";
npmDepsHash = "sha256-av+XKzrTl+8xizYFZwCTmaLNsbBnusf03I1Uvkp0sF8=";
npmDepsHash = "sha256-GtX2mRfw4eo3WKfxdMoOAryQKHddFPcVCuXhHmLA/Oc=";
# patch in absolute nix store paths so the process doesn't need to cwd in $out
postPatch = ''