upgrade to 2.0.2

svn path=/nixpkgs/trunk/; revision=7644
This commit is contained in:
Armijn Hemel 2007-01-11 23:19:57 +00:00
parent f9e46f6c54
commit a6f0fe9914
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
{stdenv, fetchurl, ncurses, gettext}: {stdenv, fetchurl, ncurses, gettext}:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "nano-1.2.5"; name = "nano-2.0.2";
src = fetchurl { src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/nano-1.2.5.tar.gz; url = ftp://ftp.nano-editor.org/pub/nano/v2.0/nano-2.0.2.tar.gz;
md5 = "f2b3efbf1cf356d736740d531b6b22c4"; md5 = "38046476096530e19a7e805513c64108";
}; };
buildInputs = [ncurses gettext]; buildInputs = [ncurses gettext];
configureFlags = "--enable-tiny"; configureFlags = "--enable-tiny";