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

deltachat-desktop: 2.49.0 -> 2.49.1 (#511512)

parents aa2451a0 fa662f50
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -38,13 +38,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "deltachat-desktop";
  version = "2.49.0";
  version = "2.49.1";

  src = fetchFromGitHub {
    owner = "deltachat";
    repo = "deltachat-desktop";
    tag = "v${finalAttrs.version}";
    hash = "sha256-8LMSMLS908uOv8muQKPKAHNDZBBKKZtyYJAT9QJdI4k=";
    hash = "sha256-JTbhKOTtPNlromdOsdekw6hhuE4gRwm1QB+5qaKy53o=";
  };

  pnpmDeps = fetchPnpmDeps {