* Updated various stdenv packages (grep, gawk, tar, cpio, findutils,

pcre).

svn path=/nixpkgs/branches/stdenv-updates/; revision=9758
This commit is contained in:
Eelco Dolstra
2007-11-19 17:39:19 +00:00
parent 76f78aaf57
commit b37f504680
18 changed files with 38 additions and 112 deletions

View File

@@ -1,9 +1,9 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "gawk-3.1.5";
name = "gawk-3.1.6";
src = fetchurl {
url = ftp://ftp.gnu.org/gnu/gawk/gawk-3.1.5.tar.bz2;
md5 = "5703f72d0eea1d463f735aad8222655f";
url = mirror://gnu/gawk/gawk-3.1.6.tar.bz2;
sha256 = "0v6ba4hxfiiy3bny5japd3zmzxlh8vdkmswk96yngd6i1dddsgsi";
};
}