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

immich: 2.5.2 -> 2.5.3 (#486783)

parents 2b32ba6c 0d7ed9ef
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -115,13 +115,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "immich";
  version = "2.5.2";
  version = "2.5.3";

  src = fetchFromGitHub {
    owner = "immich-app";
    repo = "immich";
    tag = "v${finalAttrs.version}";
    hash = "sha256-e3gU2pSnbYQQU3SxGaJs8dwfTMpeGTz7dcFCmc7Pi/o=";
    hash = "sha256-9jZ2Jpsce56O0kcpugvpn6tDKnNAqu6v/87sH0fdzfs=";
  };

  pnpmDeps = fetchPnpmDeps {