nano: 4.9 -> 4.9.1

See https://lists.gnu.org/archive/html/info-gnu/2020-03/msg00015.html
for release information
This commit is contained in:
Lancelot SIX 2020-03-31 18:59:21 +02:00 committed by Jon
parent 0cb43d3151
commit 40fb6dea50

View File

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