libdeltachat: 1.107.1 -> 1.108.0

Diff: https://github.com/deltachat/deltachat-core-rust/compare/1.107.1...1.108.0

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

authored by

Robert Schütz and committed by
Robert Schütz
8e378e3c 3fc5aecc

+3 -3
+3 -3
pkgs/development/libraries/libdeltachat/default.nix
··· 17 17 18 18 stdenv.mkDerivation rec { 19 19 pname = "libdeltachat"; 20 - version = "1.107.1"; 20 + version = "1.108.0"; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "deltachat"; 24 24 repo = "deltachat-core-rust"; 25 25 rev = version; 26 - hash = "sha256-ISAUZyFrp86ILtRrlowceBQNJ7+tbJReIAe6+u4wwQI="; 26 + hash = "sha256-6nEjSo0EuYJd9/0NyvTzfUON1OMJt5FBLx7Y8sjnb3I="; 27 27 }; 28 28 29 29 patches = [ ··· 33 33 cargoDeps = rustPlatform.fetchCargoTarball { 34 34 inherit src; 35 35 name = "${pname}-${version}"; 36 - hash = "sha256-B4BMxiI3GhsjeD3gYrq5ZpbZ7l77ycrIMWu2sUzZiz4="; 36 + hash = "sha256-/tCEiPvoIPScpKcDmJ0t21AN+bOBH5/XzOBajQg+7ck="; 37 37 }; 38 38 39 39 nativeBuildInputs = [