Robert Schütz 2023-04-19 17:42:57 -07:00 committed by Robert Schütz
parent e03d23246e
commit fef52d1d7c
2 changed files with 625 additions and 258 deletions

File diff suppressed because it is too large Load diff

View file

@ -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 = [