Skip to content

Commit

Permalink
nnn: 1.2 -> 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrankenau authored and fpletz committed Jul 28, 2017
1 parent 8d8eae1 commit 21d23fa
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 {
name = "nnn-${version}";
version = "1.2";
version = "1.3";

src = fetchFromGitHub {
owner = "jarun";
repo = "nnn";
rev = "v${version}";
sha256 = "1idrwm02218q7qd2pg2m8ld76bg32wbzl8y1h8ch7gzxihgn4559";
sha256 = "0w9i9vwyqgsi64b5mk4rhmr5gvnnb24c98321r0j5hb0ghdcp96s";
};

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

0 comments on commit 21d23fa

Please sign in to comment.