about summary refs log tree commit diff
path: root/pkgs/applications/misc/nnn
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-05-12 02:17:32 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-05-12 11:17:32 +0200
commit14720761763a06e98508f31bcba6626a95fd7518 (patch)
tree28428bcd1a63ab07844fe77a72fad9017eded9af /pkgs/applications/misc/nnn
parentd9aa9e950b2a9d68a06a0c42aa34f848421e2a9f (diff)
downloadnixlib-14720761763a06e98508f31bcba6626a95fd7518.tar
nixlib-14720761763a06e98508f31bcba6626a95fd7518.tar.gz
nixlib-14720761763a06e98508f31bcba6626a95fd7518.tar.bz2
nixlib-14720761763a06e98508f31bcba6626a95fd7518.tar.lz
nixlib-14720761763a06e98508f31bcba6626a95fd7518.tar.xz
nixlib-14720761763a06e98508f31bcba6626a95fd7518.tar.zst
nixlib-14720761763a06e98508f31bcba6626a95fd7518.zip
nnn: 1.7 -> 1.8 (#40083)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- ran ‘/nix/store/ry70cgfhdagmk70n6wn6968mqg8h3js8-nnn-1.8/bin/nlay -h’ got 0 exit code
- ran ‘/nix/store/ry70cgfhdagmk70n6wn6968mqg8h3js8-nnn-1.8/bin/nlay --help’ got 0 exit code
- ran ‘/nix/store/ry70cgfhdagmk70n6wn6968mqg8h3js8-nnn-1.8/bin/nlay help’ got 0 exit code
- found 1.8 with grep in /nix/store/ry70cgfhdagmk70n6wn6968mqg8h3js8-nnn-1.8
- directory tree listing: https://gist.github.com/261e9182ffd2085e4d82ca4daefdcee6
Diffstat (limited to 'pkgs/applications/misc/nnn')
-rw-r--r--pkgs/applications/misc/nnn/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/nnn/default.nix b/pkgs/applications/misc/nnn/default.nix
index ae1c178e5716..b4832a72c2b8 100644
--- a/pkgs/applications/misc/nnn/default.nix
+++ b/pkgs/applications/misc/nnn/default.nix
@@ -4,13 +4,13 @@ with stdenv.lib;
 
 stdenv.mkDerivation rec {
   name = "nnn-${version}";
-  version = "1.7";
+  version = "1.8";
 
   src = fetchFromGitHub {
     owner = "jarun";
     repo = "nnn";
     rev = "v${version}";
-    sha256 = "03cgsdj4l19gla5fx9d1ydqirpsah9d7gx9jaik73x38zqsabr89";
+    sha256 = "0sd8djig56163k0b0y4a7kg3malxlg08gayjw4zmvqaihvbbkc6v";
   };
 
   configFile = optionalString (conf!=null) (builtins.toFile "nnn.h" conf);