1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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

View file

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