Commit 04d40bd8 authored by Robert Schütz's avatar Robert Schütz
Browse files
parent a070008e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ let
in
stdenv.mkDerivation rec {
  pname = "immich-cli";
  version = "2.2.99";
  version = "2.2.100";
  inherit (immich) src pnpmDeps;

  postPatch = ''
+2 −2
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@
}:
let
  pnpm = pnpm_10;
  version = "2.2.1";
  version = "2.2.2";

  esbuild' = buildPackages.esbuild.override {
    buildGoModule =
@@ -108,7 +108,7 @@ let
    owner = "immich-app";
    repo = "immich";
    tag = "v${version}";
    hash = "sha256-PBhUTDnZtl7Ri9thSAXuazpcmpWEUNn7BXLix+AuaE8=";
    hash = "sha256-0ibXs4c61CEp6s/gOCsIj2A7VTnA+72jTMXoo4kkt74=";
  };

  pnpmDeps = pnpm.fetchDeps {