update to 3.0.3
svn path=/nixpkgs/trunk/; revision=8662
This commit is contained in:
parent
109a74d558
commit
d87871bb9d
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "gperf-3.0.2";
|
||||
name = "gperf-3.0.3";
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/gperf-3.0.2.tar.gz;
|
||||
md5 = "5359fae9929f9f7235c6601f4b6e8c89";
|
||||
url = ftp://ftp.nluug.nl/pub/gnu/gperf/gperf-3.0.3.tar.gz;
|
||||
sha256 = "0mchz9rawhm9sb6rvm05vdlxajs9ycv4907h3j07xqnrr0kpaa33";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue