3
0
Fork 0
forked from mirrors/nixpkgs

libgcrypt: 1.6.4 -> 1.6.5 (CVE-2015-7511)

https://www.cs.tau.ac.il/~tromer/ecdh/
This commit is contained in:
Franz Pletz 2016-02-27 16:39:25 +01:00
parent ead0fe5b71
commit c6b1f48e31

View file

@ -3,11 +3,11 @@
assert enableCapabilities -> stdenv.isLinux;
stdenv.mkDerivation rec {
name = "libgcrypt-1.6.4";
name = "libgcrypt-1.6.5";
src = fetchurl {
url = "mirror://gnupg/libgcrypt/${name}.tar.bz2";
sha256 = "09k06gs27gxfha07sa9rpf4xh6mvphj9sky7n09ymx75w9zjrg69";
sha256 = "0959mwfzsxhallxdqlw359xg180ll2skxwyy35qawmfl89cbr7pl";
};
buildInputs =