Unverified Commit d2005e6e authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #236503 from dotlambda/deltachat-desktop-1.38.0

deltachat-desktop: 1.36.4 -> 1.38.0
parents 0e9bb502 1b62e692
Loading
Loading
Loading
Loading
+877 −413

File changed.

Preview size limit exceeded, changes collapsed.

+5 −5
Original line number Diff line number Diff line
@@ -21,12 +21,12 @@

let
  libdeltachat' = libdeltachat.overrideAttrs (old: rec {
    version = "1.112.8";
    version = "1.117.0";
    src = fetchFromGitHub {
      owner = "deltachat";
      repo = "deltachat-core-rust";
      rev = "v${version}";
      hash = "sha256-bvXZtgFZx94Sw9Tst620HAhi9kmG8PjtWnghdw2ZF84=";
      hash = "sha256-zKOhjV2q+jKoh5KVb+izbRzq0kAFp3pXdnPTf9PAhGs=";
    };
    cargoDeps = rustPlatform.importCargoLock {
      lockFile = ./Cargo.lock;
@@ -52,16 +52,16 @@ let
  };
in buildNpmPackage rec {
  pname = "deltachat-desktop";
  version = "1.36.4";
  version = "1.38.0";

  src = fetchFromGitHub {
    owner = "deltachat";
    repo = "deltachat-desktop";
    rev = "v${version}";
    hash = "sha256-nJF8DPauhEoKC7mibpMJCGsgt9HnwkZp/jiWEEhShBs=";
    hash = "sha256-JXNc58PXcqeHrWtcNN3hnkgKRnFxHwvqst/bJP8cRJ0=";
  };

  npmDepsHash = "sha256-cTvNU4LO74pcw4Ybo9iftEis2yDA2SqGtrs4v+xAi5c=";
  npmDepsHash = "sha256-8A9PpsztHU/JsWQCXMOIDYBsDEl6K4ftBhW3ytw8/zE=";

  nativeBuildInputs = [
    makeWrapper