From 2899687a489041f0b8643c24bd8f0e7af00bb2a4 Mon Sep 17 00:00:00 2001
From: Lancelot SIX <lsix@lancelotsix.com>
Date: Sat, 18 Nov 2017 21:05:07 +0100
Subject: [PATCH] nano: 2.8.7 -> 2.9.0

See https://lists.gnu.org/archive/html/info-gnu/2017-11/msg00006.html
for release information
---
 pkgs/applications/editors/nano/default.nix | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pkgs/applications/editors/nano/default.nix b/pkgs/applications/editors/nano/default.nix
index 441c157a3498..0663cca53b9f 100644
--- a/pkgs/applications/editors/nano/default.nix
+++ b/pkgs/applications/editors/nano/default.nix
@@ -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;