3
0
Fork 0
forked from mirrors/nixpkgs

update to 3.0.2

svn path=/nixpkgs/trunk/; revision=5625
This commit is contained in:
Armijn Hemel 2006-07-06 18:25:25 +00:00
parent 9a4f512001
commit 719429c592

View file

@ -1,9 +1,9 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "gperf-2.7.2";
name = "gperf-3.0.2";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/gperf-2.7.2.tar.gz;
md5 = "e501acc2e18eed2c8f25ca0ac2330d68";
url = ftp://ftp.nluug.nl/pub/gnu/gperf/gperf-3.0.2.tar.gz;
md5 = "5359fae9929f9f7235c6601f4b6e8c89";
};
}