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

deltachat-desktop: 1.36.4 -> 1.38.0
This commit is contained in:
Pol Dellaiera 2023-06-19 23:28:18 +02:00 committed by GitHub
commit d2005e6eb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 885 additions and 421 deletions

File diff suppressed because it is too large Load diff

View file

@ -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