libdeltachat: 1.128.0 -> 1.131.1
Diff: https://github.com/deltachat/deltachat-core-rust/compare/v1.128.0...1.131.1 Changelog: https://github.com/deltachat/deltachat-core-rust/blob/v1.131.1/CHANGELOG.md
This commit is contained in:
parent
20067f609e
commit
030be47dca
2 changed files with 211 additions and 208 deletions
415
pkgs/development/libraries/libdeltachat/Cargo.lock
generated
415
pkgs/development/libraries/libdeltachat/Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -30,13 +30,13 @@ let
|
|||
};
|
||||
in stdenv.mkDerivation rec {
|
||||
pname = "libdeltachat";
|
||||
version = "1.128.0";
|
||||
version = "1.131.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "deltachat";
|
||||
repo = "deltachat-core-rust";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-kujPkKKobn4/J0rCdZfnlNZzGM0SUVtOWOhyDawYiqw=";
|
||||
hash = "sha256-JXSZrlekvPVGKR+ritxk3Eru2DhtUN9UBtqUZ7G9/gg=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Reference in a new issue