nano: 4.7 -> 4.9

See https://lists.gnu.org/archive/html/info-gnu/2020-03/msg00011.html
for release information.
This commit is contained in:
Lancelot SIX 2020-03-24 22:26:53 +01:00
parent 35b2ad79ff
commit 9146a0cd80
No known key found for this signature in database
GPG Key ID: 02E1542BA66FB047

@ -20,11 +20,11 @@ let
in stdenv.mkDerivation rec {
pname = "nano";
version = "4.7";
version = "4.9";
src = fetchurl {
url = "mirror://gnu/nano/${pname}-${version}.tar.xz";
sha256 = "1x9nqy2kgaz6087p63i71gdjsqbdc9jjpx1ymlyclfakvsby3h2q";
sha256 = "19ik88b3g0d9xwav4hkai2h1acmjy5fdnh21gdc1mjq5s4lrff8f";
};
nativeBuildInputs = [ texinfo ] ++ optional enableNls gettext;