immich-public-proxy: 1.10.0 -> 1.11.1 (#407384)

Co-authored-by: Jaculabilis <Jaculabilis@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-05-15 17:19:14 +00:00
committed by GitHub
co-authored by Jaculabilis
@@ -8,17 +8,17 @@
}:
buildNpmPackage rec {
pname = "immich-public-proxy";
version = "1.10.0";
version = "1.11.1";
src = fetchFromGitHub {
owner = "alangrainger";
repo = "immich-public-proxy";
tag = "v${version}";
hash = "sha256-KTA2nOifVksKfHNwayHBqsTypWw3PB7nDEN6j7UjCCI=";
hash = "sha256-tuF2ienJPQgPSugJQMZsqgPEB+b/zW013Hx9OUTvV6E=";
};
sourceRoot = "${src.name}/app";
npmDepsHash = "sha256-KN8RuS6yQLG+PWVKfVFii38+xM0aUGvIV38RGYPAIUk=";
npmDepsHash = "sha256-fl2oboifADrWIOKfdKtckuG4jiOSGT8oMRRXeXpJ8E0=";
# patch in absolute nix store paths so the process doesn't need to cwd in $out
postPatch = ''