immich: 2.3.1 -> 2.4.1 (#472176)

This commit is contained in:
dotlambda
2025-12-19 19:06:55 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
}:
stdenv.mkDerivation rec {
pname = "immich-cli";
version = "2.2.103";
version = "2.2.105";
inherit (immich) src pnpmDeps;
postPatch = ''
+3 -3
View File
@@ -115,20 +115,20 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "immich";
version = "2.3.1";
version = "2.4.1";
src = fetchFromGitHub {
owner = "immich-app";
repo = "immich";
tag = "v${finalAttrs.version}";
hash = "sha256-K/E5bQraTlvNx1Cd0bKyY6ZhesafGccqVZ9Mu6Q0pZ0=";
hash = "sha256-AOtKRK2vRQKoQAzU4P3h4tQebpWPF3zIWLcToKaU0Lc=";
};
pnpmDeps = fetchPnpmDeps {
inherit (finalAttrs) pname version src;
inherit pnpm;
fetcherVersion = 2;
hash = "sha256-i0JHKjsQcdDUrDLK0hJGOvVRh/aOyvms/k+6WEPbyh8=";
hash = "sha256-1UhyEHSGNWSNvzDJUSojIoIJA/Gz8KMAGMsL2XZfS5s=";
};
postPatch = ''