about summary refs log tree commit diff
path: root/pkgs/applications/editors/nano
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2018-01-06 17:39:40 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2018-01-06 17:44:08 +0200
commit6989369c88cab9edb1db86a779ce7f485eefec5e (patch)
tree077afd0d1826d24929d88435b69bb24debdabae0 /pkgs/applications/editors/nano
parentc589bdd66d072314a92f11267892ab18f650f97f (diff)
downloadnixlib-6989369c88cab9edb1db86a779ce7f485eefec5e.tar
nixlib-6989369c88cab9edb1db86a779ce7f485eefec5e.tar.gz
nixlib-6989369c88cab9edb1db86a779ce7f485eefec5e.tar.bz2
nixlib-6989369c88cab9edb1db86a779ce7f485eefec5e.tar.lz
nixlib-6989369c88cab9edb1db86a779ce7f485eefec5e.tar.xz
nixlib-6989369c88cab9edb1db86a779ce7f485eefec5e.tar.zst
nixlib-6989369c88cab9edb1db86a779ce7f485eefec5e.zip
nano: 2.9.1 -> 2.9.2
Diffstat (limited to 'pkgs/applications/editors/nano')
-rw-r--r--pkgs/applications/editors/nano/default.nix6
-rw-r--r--pkgs/applications/editors/nano/nano-2.9.1-darwin.patch9
2 files changed, 2 insertions, 13 deletions
diff --git a/pkgs/applications/editors/nano/default.nix b/pkgs/applications/editors/nano/default.nix
index dcb124bcb125..87ead669b70e 100644
--- a/pkgs/applications/editors/nano/default.nix
+++ b/pkgs/applications/editors/nano/default.nix
@@ -20,15 +20,13 @@ let
 
 in stdenv.mkDerivation rec {
   name = "nano-${version}";
-  version = "2.9.1";
+  version = "2.9.2";
 
   src = fetchurl {
     url = "mirror://gnu/nano/${name}.tar.xz";
-    sha256 = "0z5sxji8jh8sh0g3inbzndhsrbm4qyqlvjrxl5wkxbr61lnxa5k3";
+    sha256 = "0m9xm085pi0fhmmshgppipjimr1jkxksbyg8pa5cwaap3d2vgk2f";
   };
 
-  patches = [ ./nano-2.9.1-darwin.patch ];
-
   nativeBuildInputs = [ texinfo ] ++ optional enableNls gettext;
   buildInputs = [ ncurses ];
 
diff --git a/pkgs/applications/editors/nano/nano-2.9.1-darwin.patch b/pkgs/applications/editors/nano/nano-2.9.1-darwin.patch
deleted file mode 100644
index d3a630d4486e..000000000000
--- a/pkgs/applications/editors/nano/nano-2.9.1-darwin.patch
+++ /dev/null
@@ -1,9 +0,0 @@
---- a/lib/stat.c
-+++ b/lib/stat.c
-@@ -48,4 +48,6 @@ orig_stat (const char *filename, struct stat *buf)
- #include "sys/stat.h"
- 
-+#include "stat-time.h"
-+
- #include <errno.h>
- #include <limits.h>