2004-03-29 19:23:01 +02:00
|
|
|
{stdenv, fetchurl}: stdenv.mkDerivation {
|
2007-03-13 00:59:48 +01:00
|
|
|
name = "ed-0.5";
|
2003-11-06 16:24:19 +01:00
|
|
|
src = fetchurl {
|
2007-03-13 00:59:48 +01:00
|
|
|
url = ftp://ftp.nluug.nl/pub/gnu/ed/ed-0.5.tar.bz2;
|
|
|
|
sha256 = "0gjzsdpha28q7fddwvwxa6h87x13sgg0wakq6a1diw7vw2yjpvzd";
|
2003-11-06 16:24:19 +01:00
|
|
|
};
|
|
|
|
}
|