We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb87f72 commit b7e0bebCopy full SHA for b7e0beb
1 file changed
pkgs/applications/misc/nnn/default.nix
@@ -4,13 +4,13 @@ with stdenv.lib;
4
5
stdenv.mkDerivation rec {
6
pname = "nnn";
7
- version = "3.3";
+ version = "3.4";
8
9
src = fetchFromGitHub {
10
owner = "jarun";
11
repo = pname;
12
rev = "v${version}";
13
- sha256 = "1dxa5blpdf0s03znhnr23zzpsz8yzqpnwknycz42h1w9g9s9jz1v";
+ sha256 = "0lyrpyhzzs2bdgx3ifq1c5dq3s2v30xdiaq0j8zjc64s6bghfxnd";
14
};
15
16
configFile = optionalString (conf != null) (builtins.toFile "nnn.h" conf);
0 commit comments