3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #45177 from r-ryantm/auto-update/nnn

nnn: 1.8 -> 1.9
This commit is contained in:
Jörg Thalheim 2018-08-17 07:30:22 +02:00 committed by GitHub
commit d3e3b77e97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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