nnn: 3.4 → 3.5

This commit is contained in:
Nikolay Korotkiy 2020-11-17 07:46:47 +03:00
parent f3a787f948
commit 646d461277
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

View File

@ -4,13 +4,13 @@ with stdenv.lib;
stdenv.mkDerivation rec {
pname = "nnn";
version = "3.4";
version = "3.5";
src = fetchFromGitHub {
owner = "jarun";
repo = pname;
rev = "v${version}";
sha256 = "0lyrpyhzzs2bdgx3ifq1c5dq3s2v30xdiaq0j8zjc64s6bghfxnd";
sha256 = "1fa7cmwrzn6kx87kms8i98p9azdlwyh2gnif29l340syl9hkr5qy";
};
configFile = optionalString (conf != null) (builtins.toFile "nnn.h" conf);