Skip to content

Commit

Permalink
nnn: 3.3 -> 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam committed Aug 18, 2020
1 parent eb87f72 commit b7e0beb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/nnn/default.nix
Expand Up @@ -4,13 +4,13 @@ with stdenv.lib;

stdenv.mkDerivation rec {
pname = "nnn";
version = "3.3";
version = "3.4";

src = fetchFromGitHub {
owner = "jarun";
repo = pname;
rev = "v${version}";
sha256 = "1dxa5blpdf0s03znhnr23zzpsz8yzqpnwknycz42h1w9g9s9jz1v";
sha256 = "0lyrpyhzzs2bdgx3ifq1c5dq3s2v30xdiaq0j8zjc64s6bghfxnd";
};

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

0 comments on commit b7e0beb

Please sign in to comment.