Robert Schütz 2023-06-07 11:42:01 -07:00
parent e9e3f2e736
commit 1b62e692b2
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