Merge pull request #125615 from marsam/update-nnn

This commit is contained in:
Sandro 2021-06-04 10:11:44 +02:00 committed by GitHub
commit 6536a44697
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,13 +20,13 @@ assert withNerdIcons -> withIcons == false;
stdenv.mkDerivation rec {
pname = "nnn";
version = "4.0";
version = "4.1.1";
src = fetchFromGitHub {
owner = "jarun";
repo = pname;
rev = "v${version}";
sha256 = "0cbxgss9j0bvsp3czjx1kpm9id7c5xxmjfnvjyk3pfd69ygif2kl";
sha256 = "09z37lv57nbp0l1ax28558jk5jv91lb22bgaclirvdyz2qp47xhj";
};
configFile = lib.optionalString (conf != null) (builtins.toFile "nnn.h" conf);