nano: 5.0 -> 5.2

See https://lists.gnu.org/archive/html/info-gnu/2020-08/msg00008.html
for release announcement.
This commit is contained in:
Lancelot SIX 2020-08-24 15:53:28 +01:00
parent e467148f67
commit 543701331e
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 = "5.0";
version = "5.2";
src = fetchurl {
url = "mirror://gnu/nano/${pname}-${version}.tar.xz";
sha256 = "0dmagj4p1llb1a2w0iwdrqbd9cgp0bda4s18vwh6y1ndd6z983bw";
sha256 = "1qd7pn9g5dgzbfg4fb3nqxqgi2iqq0g6x33x8d1mx6mfw51xmhij";
};
nativeBuildInputs = [ texinfo ] ++ optional enableNls gettext;