lol

libgcrypt_1_5: 1.5.4 -> 1.5.6

Fixes CVE-2016-6316.

See http://lists.gnu.org/archive/html/info-gnu/2016-08/msg00008.html

+2 -2
+2 -2
pkgs/development/libraries/libgcrypt/1.5.nix
··· 3 3 assert enableCapabilities -> stdenv.isLinux; 4 4 5 5 stdenv.mkDerivation rec { 6 - name = "libgcrypt-1.5.4"; 6 + name = "libgcrypt-1.5.6"; 7 7 8 8 src = fetchurl { 9 9 url = "mirror://gnupg/libgcrypt/${name}.tar.bz2"; 10 - sha256 = "0czvqxkzd5y872ipy6s010ifwdwv29sqbnqc4pf56sd486gqvy6m"; 10 + sha256 = "0ydy7bgra5jbq9mxl5x031nif3m6y3balc6ndw2ngj11wnsjc61h"; 11 11 }; 12 12 13 13 buildInputs =