libgcrypt: 1.7.3 -> 1.7.5

See http://lists.gnu.org/archive/html/info-gnu/2016-12/msg00007.html
for release announcement.
This commit is contained in:
Lancelot SIX 2016-12-15 17:18:52 +01:00 committed by Robin Gloster
parent 3c10e68c40
commit f381232a96

View File

@ -4,11 +4,11 @@ assert enableCapabilities -> stdenv.isLinux;
stdenv.mkDerivation rec {
name = "libgcrypt-${version}";
version = "1.7.3";
version = "1.7.5";
src = fetchurl {
url = "mirror://gnupg/libgcrypt/${name}.tar.bz2";
sha256 = "0wbh6fq5zi9wg2xcfvfpwh7dv52jihivx1vm4h91c2kx0w8n3b6x";
sha256 = "0078pbzm6nlgvnwlylshsg707ifcmfpnpbvhlhqbpwpfic9a9zni";
};
outputs = [ "out" "dev" "info" ];