immich-public-proxy: 1.10.0 -> 1.11.1

This commit is contained in:
R. Ryantm
2025-05-15 15:19:37 +00:00
parent ae4459d5c9
commit 4e50626594
@@ -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 = ''