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