GNU libidn 1.20.

svn path=/nixpkgs/trunk/; revision=26256
This commit is contained in:
Ludovic Courtès 2011-03-10 14:53:46 +00:00
parent 7e8149bf87
commit 5cf585dce2
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
{ fetchurl, stdenv }:
stdenv.mkDerivation rec {
name = "libidn-1.19";
name = "libidn-1.20";
src = fetchurl {
url = "mirror://gnu/libidn/${name}.tar.gz";
sha256 = "0hczsci75by17pc5mnr09l7yx0xavrr3djjlbfs30gmfn4vfkllf";
sha256 = "1cd8zixibvci99gwc5cg0b8728y7daysrxcfa1j11qfwx1rg9gz1";
};
doCheck = true;