Skip to content

Commit b7e0beb

Browse files
committed
1 parent eb87f72 commit b7e0beb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/applications/misc/nnn/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ with stdenv.lib;
44

55
stdenv.mkDerivation rec {
66
pname = "nnn";
7-
version = "3.3";
7+
version = "3.4";
88

99
src = fetchFromGitHub {
1010
owner = "jarun";
1111
repo = pname;
1212
rev = "v${version}";
13-
sha256 = "1dxa5blpdf0s03znhnr23zzpsz8yzqpnwknycz42h1w9g9s9jz1v";
13+
sha256 = "0lyrpyhzzs2bdgx3ifq1c5dq3s2v30xdiaq0j8zjc64s6bghfxnd";
1414
};
1515

1616
configFile = optionalString (conf != null) (builtins.toFile "nnn.h" conf);

0 commit comments

Comments
 (0)