nnn: 4.1.1 → 4.2

This commit is contained in:
Nikolay Korotkiy 2021-07-24 18:06:19 +03:00
parent 9708774582
commit d67b0386c3
No known key found for this signature in database
GPG key ID: D1DE6D7F693663A5

View file

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