nixpkgs/pkgs/tools/text/gnused/default.nix
Eelco Dolstra a450978f26 * Glibc updated to 2.3.5.
* GCC 3.4.4 and 3.3.6.
* Other stdenv packages updated.

svn path=/nixpkgs/trunk/; revision=3188
2005-06-17 10:30:13 +00:00

10 lines
195 B
Nix

{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "gnused-4.1.4";
src = fetchurl {
url = http://ftp.gnu.org/gnu/sed/sed-4.1.4.tar.gz;
md5 = "2a62ceadcb571d2dac006f81df5ddb48";
};
}