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

immich: 1.143.1 -> 1.144.1 (#447599)

parents 7c88f4ca 40550690
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.92";
  version = "2.2.94";
  inherit (immich) src pnpmDeps;

  postPatch = ''
+3 −3
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@
}:
let
  pnpm = pnpm_10;
  version = "1.143.1";
  version = "1.144.1";

  esbuild' = buildPackages.esbuild.override {
    buildGoModule =
@@ -108,14 +108,14 @@ let
    owner = "immich-app";
    repo = "immich";
    tag = "v${version}";
    hash = "sha256-lP/IrKV2B1Gq43jqVa1hIpx4HOJoiYBDUOvyTJB0t7k=";
    hash = "sha256-lSe50nbVWNWej137JgfJawIOPhtMVoolHahfrd1ENJc=";
  };

  pnpmDeps = pnpm.fetchDeps {
    pname = "immich";
    inherit version src;
    fetcherVersion = 2;
    hash = "sha256-ShKgfsYc9n+B+NnSaJOSyLb4ev43ZsympYhRgPZtlxs=";
    hash = "sha256-+CwwTqjI+xOGCAb66lZplNMBwR2xJZBs6E0OyGHbSAE=";
  };

  web = stdenv.mkDerivation {