nano: 4.9.2 -> 4.9.3

See https://lists.gnu.org/archive/html/info-gnu/2020-05/msg00007.html
for release information
This commit is contained in:
Lancelot SIX 2020-05-26 13:33:47 +01:00
parent 9f11766df5
commit 2061fb5ba2
No known key found for this signature in database
GPG Key ID: 02E1542BA66FB047

View File

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