libdeltachat: 2.2.0 -> 2.4.0 (#427249)

authored by dotlambda and committed by GitHub 14c69f9d 01b50d08

+4 -4
+4 -4
pkgs/by-name/li/libdeltachat/package.nix
··· 20 20 21 21 stdenv.mkDerivation rec { 22 22 pname = "libdeltachat"; 23 - version = "2.2.0"; 23 + version = "2.4.0"; 24 24 25 25 src = fetchFromGitHub { 26 26 owner = "chatmail"; 27 27 repo = "core"; 28 28 tag = "v${version}"; 29 - hash = "sha256-Evk2g2fqEmo/cd6+Sd76U0Byj6OEm99OZuUkoxTELbM="; 29 + hash = "sha256-r4QWP7KokTgOimMfJoJ4sIeLrg20IYjJge0o/fVUF5Y="; 30 30 }; 31 31 32 32 patches = [ ··· 34 34 ]; 35 35 36 36 cargoDeps = rustPlatform.fetchCargoVendor { 37 - pname = "deltachat-core-rust"; 37 + pname = "chatmail-core"; 38 38 inherit version src; 39 - hash = "sha256-vnnROLmsAh6mSPuQzTSbYSgxGfrKaanuLcADFE+kQeM="; 39 + hash = "sha256-PToZYRnAIcvbRBOzUHaFdtS6t0xCULcsSp4ydohCQi8="; 40 40 }; 41 41 42 42 nativeBuildInputs =