nano: 3.1 -> 3.2

See http://lists.gnu.org/archive/html/info-gnu/2018-11/msg00008.html for
release information
This commit is contained in:
Lancelot SIX 2018-11-12 10:28:20 +01:00
parent 49df3150c7
commit 6c3b9c359d
No known key found for this signature in database
GPG Key ID: 02E1542BA66FB047

View File

@ -20,11 +20,11 @@ let
in stdenv.mkDerivation rec {
name = "nano-${version}";
version = "3.1";
version = "3.2";
src = fetchurl {
url = "mirror://gnu/nano/${name}.tar.xz";
sha256 = "17kinzyv6vwgyx2d0ym1kp65qbf7kxzwpyg21ic1rijv1aj2rh0l";
sha256 = "0jb3zq0v84xb0chyynkcp2jhs9660wmpkic294p4p6c96npp69yi";
};
nativeBuildInputs = [ texinfo ] ++ optional enableNls gettext;