libdeltachat: 1.117.0 -> 1.118.0
Diff: https://github.com/deltachat/deltachat-core-rust/compare/v1.117.0...v1.118.0 Changelog: https://github.com/deltachat/deltachat-core-rust/blob/v1.118.0/CHANGELOG.md
This commit is contained in:
parent
e42a2887a7
commit
173071dcaf
2 changed files with 643 additions and 613 deletions
1252
pkgs/development/libraries/libdeltachat/Cargo.lock
generated
1252
pkgs/development/libraries/libdeltachat/Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -19,13 +19,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libdeltachat";
|
pname = "libdeltachat";
|
||||||
version = "1.117.0";
|
version = "1.118.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "deltachat";
|
owner = "deltachat";
|
||||||
repo = "deltachat-core-rust";
|
repo = "deltachat-core-rust";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-zKOhjV2q+jKoh5KVb+izbRzq0kAFp3pXdnPTf9PAhGs=";
|
hash = "sha256-1vkmz7LFG420zYETYIf3ayOQEPp+hz7Dr7gULz1nJOs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Reference in a new issue