libdeltachat: 2.13.0 -> 2.14.0

Diff: https://github.com/chatmail/core/compare/v2.13.0...v2.14.0

Changelog: https://github.com/chatmail/core/blob/v2.14.0/CHANGELOG.md

+3 -3
+3 -3
pkgs/by-name/li/libdeltachat/package.nix
··· 20 20 21 21 stdenv.mkDerivation rec { 22 22 pname = "libdeltachat"; 23 - version = "2.13.0"; 23 + version = "2.14.0"; 24 24 25 25 src = fetchFromGitHub { 26 26 owner = "chatmail"; 27 27 repo = "core"; 28 28 tag = "v${version}"; 29 - hash = "sha256-ZKLdCyg0wypJA16QHLWENiE20hUzr53BPHuwjSIhSOc="; 29 + hash = "sha256-oSTQcR7HE1YaVlNuSknG6JhoiiOjgNwAIaCecmLE7PY="; 30 30 }; 31 31 32 32 patches = [ ··· 36 36 cargoDeps = rustPlatform.fetchCargoVendor { 37 37 pname = "chatmail-core"; 38 38 inherit version src; 39 - hash = "sha256-swPk+KMOnvKcYznA6aHoQff6TRZ8npqfWmI/4Jr9fkw="; 39 + hash = "sha256-9Dmll7os2cq3mxp30L9Nrx53QK1ZF7loozDg/XTs0UE="; 40 40 }; 41 41 42 42 nativeBuildInputs = [