nano: 2.8.4 -> 2.8.5

See http://lists.gnu.org/archive/html/info-gnu/2017-06/msg00012.html
for release information.
This commit is contained in:
Lancelot SIX 2017-06-26 11:01:55 +02:00
parent ea44ca47f3
commit 1b792b4edf
No known key found for this signature in database
GPG Key ID: 02E1542BA66FB047

@ -20,11 +20,11 @@ let
in stdenv.mkDerivation rec {
name = "nano-${version}";
version = "2.8.4";
version = "2.8.5";
src = fetchurl {
url = "mirror://gnu/nano/${name}.tar.xz";
sha256 = "04bvmimrw40cbcnm3xm5l5lir0qy7cncfkmwrlzg8jiy1x7jdky7";
sha256 = "1hl9gni3qmblr062a7w6vz16gvxbswgc5c19c923ja0bk48vyhyb";
};
nativeBuildInputs = [ texinfo ] ++ optional enableNls gettext;