about summary refs log tree commit diff
path: root/pkgs/applications/editors/ne
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-08 15:57:59 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-09 00:57:59 +0200
commitff4aeb7793f24654f3b9d3539ac64d3abf25c626 (patch)
tree70b77f8ccc79d0b39227037a6fa69a0f06320da8 /pkgs/applications/editors/ne
parent51ea9fed192171f3a2424f0629facb3838f8bfb0 (diff)
downloadnixlib-ff4aeb7793f24654f3b9d3539ac64d3abf25c626.tar
nixlib-ff4aeb7793f24654f3b9d3539ac64d3abf25c626.tar.gz
nixlib-ff4aeb7793f24654f3b9d3539ac64d3abf25c626.tar.bz2
nixlib-ff4aeb7793f24654f3b9d3539ac64d3abf25c626.tar.lz
nixlib-ff4aeb7793f24654f3b9d3539ac64d3abf25c626.tar.xz
nixlib-ff4aeb7793f24654f3b9d3539ac64d3abf25c626.tar.zst
nixlib-ff4aeb7793f24654f3b9d3539ac64d3abf25c626.zip
ne: 3.0.1 -> 3.1.1 (#41536)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/ne/versions.

These checks were done:

- built on NixOS
- /nix/store/3fg6chzj3d06c3vgdg6nm31s8wh0rcy7-ne-3.1.1/bin/ne passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 3.1.1 with grep in /nix/store/3fg6chzj3d06c3vgdg6nm31s8wh0rcy7-ne-3.1.1
- directory tree listing: https://gist.github.com/42510d37e15dd038fe5cb41d40afdd1b
- du listing: https://gist.github.com/bc434bb32e50be446738c27c6e76a14e
Diffstat (limited to 'pkgs/applications/editors/ne')
-rw-r--r--pkgs/applications/editors/ne/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/ne/default.nix b/pkgs/applications/editors/ne/default.nix
index 7feb7f22e222..a24fb90ed9c7 100644
--- a/pkgs/applications/editors/ne/default.nix
+++ b/pkgs/applications/editors/ne/default.nix
@@ -3,12 +3,12 @@
 
 stdenv.mkDerivation rec {
   name = "ne-${version}";
-  version = "3.0.1";
+  version = "3.1.1";
   src = fetchFromGitHub {
     owner = "vigna";
     repo = "ne";
     rev = version;
-    sha256 = "05inzhlqlf4ka22q78q389pr34bsb4lgp1i5qh550vjkb2cvbdfp";
+    sha256 = "1i4vk5r2wn4cd6sgsidzqs9s3bmb4j9cn4392izkidi0j9mm3hvg";
   };
   buildInputs = [ ncurses texlive.combined.scheme-medium texinfo perl ghostscript ];
   dontBuild = true;