immich-public-proxy: 1.14.1 -> 1.14.2 (#465004)

This commit is contained in:
nixpkgs-ci[bot]
2025-11-26 21:41:15 +00:00
committed by GitHub
@@ -8,17 +8,17 @@
}:
buildNpmPackage rec {
pname = "immich-public-proxy";
version = "1.14.1";
version = "1.14.2";
src = fetchFromGitHub {
owner = "alangrainger";
repo = "immich-public-proxy";
tag = "v${version}";
hash = "sha256-M1BFFiToG29TQGOx61J7QOYrv1N2oUAPtN2bYJk1Bmk=";
hash = "sha256-+A32kg232mRFRX/7t+etDOKG5bAc9A+Kepvcr+JmDhA=";
};
sourceRoot = "${src.name}/app";
npmDepsHash = "sha256-RAerbmCN3znIDqcFrGmfcSFzpj3gb5PbNLTKXLZvH0Y=";
npmDepsHash = "sha256-PHsKi5wBXZPbTpYIg3pCZSxB7Up/Xtaam1dUGy8zLk0=";
# patch in absolute nix store paths so the process doesn't need to cwd in $out
postPatch = ''