libgcrypt: update to 1.5.2. Newer is better.

This commit is contained in:
Lluís Batlle i Rossell 2013-05-27 23:32:21 +02:00
parent 296d11a0fb
commit 7d9acc0866

View File

@ -1,11 +1,11 @@
{ fetchurl, stdenv, libgpgerror }: { fetchurl, stdenv, libgpgerror }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "libgcrypt-1.5.0"; name = "libgcrypt-1.5.2";
src = fetchurl { src = fetchurl {
url = "mirror://gnupg/libgcrypt/${name}.tar.bz2"; url = "mirror://gnupg/libgcrypt/${name}.tar.bz2";
sha256 = "1ykkh7dm0gyndz7bbpvn3agijj8xb2h02m02f42hm504c18zqqjb"; sha1 = "c9998383532ba3e8bcaf690f2f0d65e814b48d2f";
}; };
propagatedBuildInputs = [ libgpgerror ]; propagatedBuildInputs = [ libgpgerror ];