Merge pull request #88918 from sikmir/nnn

nnn: 3.1 -> 3.2
This commit is contained in:
Oleksii Filonenko 2020-05-26 10:53:58 +03:00 committed by GitHub
commit a454940919
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 { stdenv.mkDerivation rec {
pname = "nnn"; pname = "nnn";
version = "3.1"; version = "3.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jarun"; owner = "jarun";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "0wvn3jbxjcpdg9jzxkhx5dlc0zx2idky6mb75fpha8ww1jg7qf1g"; sha256 = "13p3379c26l57121ymx0kw7afh51zv614p57di311d2a41jaz5cw";
}; };
configFile = optionalString (conf != null) (builtins.toFile "nnn.h" conf); configFile = optionalString (conf != null) (builtins.toFile "nnn.h" conf);