nano: 2.8.6 -> 2.8.7

See http://lists.gnu.org/archive/html/info-gnu/2017-08/msg00010.html
for release announcement
This commit is contained in:
Lancelot SIX 2017-08-29 12:42:00 +02:00
parent 4b8435dcee
commit 501278bbd4
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 = "2.8.6";
version = "2.8.7";
src = fetchurl {
url = "mirror://gnu/nano/${name}.tar.xz";
sha256 = "0xjpm2ka56x5ycrgjh06v110na13xlbm42bs8qibk7g578m9cils";
sha256 = "0nhns59smd43mad2w6lnaxqnj4h6ifnlivi6cwydg646jm31gqzv";
};
nativeBuildInputs = [ texinfo ] ++ optional enableNls gettext;