immich-public-proxy: 1.11.1 -> 1.11.2 (#414275)

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