nnn: 4.3 -> 4.4

This commit is contained in:
Nikolay Korotkiy 2021-11-23 19:07:51 +03:00
parent ce9ebdc21f
commit da3825a61f
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.3";
version = "4.4";
src = fetchFromGitHub {
owner = "jarun";
repo = pname;
rev = "v${version}";
sha256 = "sha256-kiLmdEyOnD1wPS2GuFF5nTK9tgUOI6PVCzCRZXdObEo=";
sha256 = "sha256-g9GaCc/IWKtih0/A2AZEPImjj7ymJIdYwC5I/6GUh5c=";
};
configFile = lib.optionalString (conf != null) (builtins.toFile "nnn.h" conf);