summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/nano
diff options
context:
space:
mode:
authorLancelot SIX <lsix@lancelotsix.com>2017-11-18 21:05:07 +0100
committerLancelot SIX <lsix@lancelotsix.com>2017-11-18 21:05:07 +0100
commit2899687a489041f0b8643c24bd8f0e7af00bb2a4 (patch)
tree9d3677246f5b8d6b93975d6edaf3cf4503abdef2 /pkgs/applications/editors/nano
parent5ec0e092395979735544a83bef87a2130efb04ba (diff)
nano: 2.8.7 -> 2.9.0
See https://lists.gnu.org/archive/html/info-gnu/2017-11/msg00006.html for release information
Diffstat (limited to 'pkgs/applications/editors/nano')
-rw-r--r--pkgs/applications/editors/nano/default.nix4
1 files 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;