From ff4aeb7793f24654f3b9d3539ac64d3abf25c626 Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Fri, 8 Jun 2018 15:57:59 -0700 Subject: [PATCH] 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 --- pkgs/applications/editors/ne/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/editors/ne/default.nix b/pkgs/applications/editors/ne/default.nix index 7feb7f22e22..a24fb90ed9c 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;