update libgcrypt 1.4.6 -> 1.5.0

svn path=/nixpkgs/trunk/; revision=30166
This commit is contained in:
David Guibert
2011-11-01 17:06:58 +00:00
parent 0918b83c75
commit 2ae62028c3
2 changed files with 4 additions and 4 deletions

View File

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