lol

Merge pull request #145605 from dotlambda/libdeltachat-1.64.0

authored by

Sandro and committed by
GitHub
d690510d 64144e80

+3 -3
+3 -3
pkgs/development/libraries/libdeltachat/default.nix
··· 15 15 16 16 stdenv.mkDerivation rec { 17 17 pname = "libdeltachat"; 18 - version = "1.63.0"; 18 + version = "1.64.0"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "deltachat"; 22 22 repo = "deltachat-core-rust"; 23 23 rev = version; 24 - sha256 = "1511jh38h7nmn4dpyi1vfxvhybcacc6gavwfifxvb5npirphziga"; 24 + sha256 = "04a1ncikapx53jjrx0ac1qi907wlj6javylz4aksg4nfbph6y9j4"; 25 25 }; 26 26 27 27 patches = [ ··· 33 33 cargoDeps = rustPlatform.fetchCargoTarball { 34 34 inherit src; 35 35 name = "${pname}-${version}"; 36 - sha256 = "0hfp2k84mvq11h7q96hkcj3k6f3sxw8wx89acg4hy6lbh8xpy6ai"; 36 + sha256 = "0skrzxn99c1gqil7z0dv0xhg883k98v6mh96nycf7whl2d25965x"; 37 37 }; 38 38 39 39 nativeBuildInputs = [