Robert Schütz 2023-07-08 20:48:31 -07:00 committed by Robert Schütz
parent e42a2887a7
commit 173071dcaf
2 changed files with 643 additions and 613 deletions

File diff suppressed because it is too large Load diff

View file

@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "libdeltachat";
version = "1.117.0";
version = "1.118.0";
src = fetchFromGitHub {
owner = "deltachat";
repo = "deltachat-core-rust";
rev = "v${version}";
hash = "sha256-zKOhjV2q+jKoh5KVb+izbRzq0kAFp3pXdnPTf9PAhGs=";
hash = "sha256-1vkmz7LFG420zYETYIf3ayOQEPp+hz7Dr7gULz1nJOs=";
};
patches = [