Unverified Commit 436b809f authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

immich: 2.3.1 -> 2.4.1 (#472176)

parents adb508f7 46fd14e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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 = ''