nnn: 2.3 -> 2.4 (#57890)

https://github.com/jarun/nnn/releases/tag/v2.4
This commit is contained in:
Will Dietz 2019-03-19 04:17:25 -05:00 committed by xeji
parent 3172140c19
commit b517554ea6

View file

@ -4,13 +4,13 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "nnn-${version}";
version = "2.3";
version = "2.4";
src = fetchFromGitHub {
owner = "jarun";
repo = "nnn";
rev = "v${version}";
sha256 = "0953l4wa4dnsq9aj50anjrww64413dxv25xx3kjwnqz2ag7zdyy7";
sha256 = "0y55h5pxd20qw2ajhz8fsk45aynx0xzgr9kfr545hyhmfkg2nc49";
};
configFile = optionalString (conf!=null) (builtins.toFile "nnn.h" conf);