Robert Schütz
2025-09-16 15:25:07 -07:00
parent 166685187c
commit bde0882143
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ let
in
stdenv.mkDerivation rec {
pname = "immich-cli";
version = "2.2.89";
version = "2.2.90";
inherit (immich) src pnpmDeps;
postPatch = ''
+2 -2
View File
@@ -34,7 +34,7 @@
}:
let
pnpm = pnpm_10;
version = "1.142.0";
version = "1.142.1";
esbuild' = buildPackages.esbuild.override {
buildGoModule =
@@ -108,7 +108,7 @@ let
owner = "immich-app";
repo = "immich";
tag = "v${version}";
hash = "sha256-0nStZuSnb8tJ0+Y247MHitmMURl8vTuPLAhUm+OHctE=";
hash = "sha256-u538GWupnkH2K81Uk9yEuHc3pAeVexnJOnhWo7gElL0=";
};
pnpmDeps = pnpm.fetchDeps {