nnn: 4.7 → 4.8

This commit is contained in:
Nikolay Korotkiy 2023-04-16 13:52:28 +04:00
parent 488cc85dcf
commit 14defab355
No known key found for this signature in database
GPG key ID: D1DE6D7F693663A5

View file

@ -21,13 +21,13 @@ assert withNerdIcons -> withIcons == false;
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "nnn"; pname = "nnn";
version = "4.7"; version = "4.8";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jarun"; owner = "jarun";
repo = "nnn"; repo = "nnn";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-ttG0aEqMlNyJaMhcVfrxbxlrhr1GSydrV58CYSq4CTM="; hash = "sha256-QbKW2wjhUNej3zoX18LdeUHqjNLYhEKyvPH2MXzp/iQ=";
}; };
configFile = lib.optionalString (conf != null) (builtins.toFile "nnn.h" conf); configFile = lib.optionalString (conf != null) (builtins.toFile "nnn.h" conf);