1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 05:00:16 +00:00

Updating libgcrypt, hoping that it will build on mips

svn path=/nixpkgs/branches/stdenv-updates/; revision=22972
This commit is contained in:
Lluís Batlle i Rossell 2010-08-05 18:47:40 +00:00
parent c82f2f533d
commit b7f47c7f49

View file

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