nnn: 4.5 → 4.6

This commit is contained in:
Nikolay Korotkiy 2022-07-26 22:03:42 +03:00
parent 4cd955979c
commit b95fa37c60
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.5";
version = "4.6";
src = fetchFromGitHub {
owner = "jarun";
repo = pname;
rev = "v${version}";
sha256 = "sha256-uToAgWpGaTPTMYJh1D0xgvE23GSIshv1OBlWxXI07Mk=";
sha256 = "sha256-+EAKOXZp1kxA2X3e16ItjPT7Sa3WZuP2oxOdXkceTIY=";
};
configFile = lib.optionalString (conf != null) (builtins.toFile "nnn.h" conf);