Merge pull request #31799 from lsix/nano_2_9

nano: 2.8.7 -> 2.9.0
This commit is contained in:
Orivej Desh 2017-11-18 20:34:10 +00:00 committed by GitHub
commit 28e6265cdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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