mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
upgrade to 2.0.2
svn path=/nixpkgs/trunk/; revision=7644
This commit is contained in:
parent
f9e46f6c54
commit
a6f0fe9914
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user