lol

libgcrypt: update from 1.5.2 to 1.5.3, potentially fixes CVE-2013-4242

authored by

Nixpkgs Monitor and committed by
Evgeny Egorochkin
22840f80 aef9ae72

+2 -2
+2 -2
pkgs/development/libraries/libgcrypt/default.nix
··· 1 1 { fetchurl, stdenv, libgpgerror }: 2 2 3 3 stdenv.mkDerivation (rec { 4 - name = "libgcrypt-1.5.2"; 4 + name = "libgcrypt-1.5.3"; 5 5 6 6 src = fetchurl { 7 7 url = "mirror://gnupg/libgcrypt/${name}.tar.bz2"; 8 - sha256 = "0gwnzqd64cpwdmk93nll54nidsr74jpimxzj4p4z7502ylwl66p4"; 8 + sha256 = "1lar8y3lh61zl5flljpz540d78g99h4d5idfwrfw8lm3gm737xdw"; 9 9 }; 10 10 11 11 propagatedBuildInputs = [ libgpgerror ];