update -> 0.4. After 12 years this package has been updated twice in the last few months. Wow.

svn path=/nixpkgs/trunk/; revision=7731
This commit is contained in:
Armijn Hemel 2007-01-19 23:00:45 +00:00
parent aa0918867b
commit 1b66497147
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{stdenv, fetchurl}: stdenv.mkDerivation {
name = "ed-0.2";
name = "ed-0.4";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/ed-0.2.tar.gz;
md5 = "ddd57463774cae9b50e70cd51221281b";
url = ftp://ftp.nluug.nl/pub/gnu/ed/ed-0.4.tar.bz2;
md5 = "b5c8606bb306671bbbb2bd708d937bcb";
};
}