libdeltachat: 1.112.7 -> 1.113.0
Diff: https://github.com/deltachat/deltachat-core-rust/compare/v1.112.7...v1.113.0 Changelog: https://github.com/deltachat/deltachat-core-rust/blob/v1.113.0/CHANGELOG.md
This commit is contained in:
parent
e03d23246e
commit
fef52d1d7c
2 changed files with 625 additions and 258 deletions
879
pkgs/development/libraries/libdeltachat/Cargo.lock
generated
879
pkgs/development/libraries/libdeltachat/Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -18,13 +18,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libdeltachat";
|
||||
version = "1.112.7";
|
||||
version = "1.113.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "deltachat";
|
||||
repo = "deltachat-core-rust";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-zBstNj8IZ8ScwZxzvTxDPwe8R0n2z/EuvjbR+bJepJk=";
|
||||
hash = "sha256-Ft7BMgHGeTEM3WQVhAEjtyYYCfVFa2+ZkbdmDF22X9A=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Reference in a new issue