nano: 2.7.1 -> 2.7.2

This commit is contained in:
mimadrid 2016-12-17 16:39:42 +01:00
parent 1c50bdd928
commit b899b8945f
No known key found for this signature in database
GPG Key ID: 4D0F6894D41C6957

View File

@ -12,10 +12,10 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "nano-${version}";
version = "2.7.1";
version = "2.7.2";
src = fetchurl {
url = "mirror://gnu/nano/${name}.tar.xz";
sha256 = "1kapx0fyp0a0pvsdd1n59pm3acrimdrp7ciglg098wqxhdlvwp6z";
sha256 = "1hlhwgvzdgkc7k74fbbn49hn6vmvzqr7h8gclgl7r1c6qrrny0bp";
};
nativeBuildInputs = [ texinfo ] ++ optional enableNls gettext;
buildInputs = [ ncurses ];