libdeltachat: 1.97.0 -> 1.100.0

https://github.com/deltachat/deltachat-core-rust/blob/1.100.0/CHANGELOG.md

authored by

Robert Schütz and committed by
Robert Schütz
51010976 4a5943d9

+3 -3
+3 -3
pkgs/development/libraries/libdeltachat/default.nix
··· 17 17 18 18 stdenv.mkDerivation rec { 19 19 pname = "libdeltachat"; 20 - version = "1.97.0"; 20 + version = "1.100.0"; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "deltachat"; 24 24 repo = "deltachat-core-rust"; 25 25 rev = version; 26 - hash = "sha256-njeNlpXSeqKrozN1UfKnnhVJN24ZJh+MuR4Vd3S/gSQ="; 26 + hash = "sha256-p7IqvxV9C3Ej0xNUA9iRtmkXrUgGWx1OR+/SBDzhcZE="; 27 27 }; 28 28 29 29 patches = [ ··· 33 33 cargoDeps = rustPlatform.fetchCargoTarball { 34 34 inherit src; 35 35 name = "${pname}-${version}"; 36 - hash = "sha256-bf79yqQv516k0xCp0yd1Vid1yf8EppFFvC3HJ4RczoA="; 36 + hash = "sha256-Wfk2cHGTO2ZvhVAvOs6xOSnldyrkiAinMc6ErLy8QpA="; 37 37 }; 38 38 39 39 nativeBuildInputs = [