immich-public-proxy: 1.12.1 -> 1.13.0

This commit is contained in:
R. Ryantm 2025-08-09 02:32:48 +00:00
parent 56078c1dcc
commit 05ace25a07

View File

@ -8,12 +8,12 @@
}:
buildNpmPackage rec {
pname = "immich-public-proxy";
version = "1.12.1";
version = "1.13.0";
src = fetchFromGitHub {
owner = "alangrainger";
repo = "immich-public-proxy";
tag = "v${version}";
hash = "sha256-m0E7YNdN2K81AwyBBBKZNrZaNis+qakdViVih+1Wk2E=";
hash = "sha256-wcJogDi93tuFbVdwI5YZEyVQGzO4QC/ASDsRquVq31s=";
};
sourceRoot = "${src.name}/app";