Skip to content

Commit

Permalink
lnav: 0.8.5 -> 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Sep 25, 2020
1 parent 7867aaf commit 1a08a38
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pkgs/tools/misc/lnav/default.nix
Expand Up @@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
owner = "tstack";
repo = "lnav";
rev = "v${meta.version}";
sha256 = "0z8bsr0falxlkmd1b5gy871vyafyih0sw7lgg858lqnbsy0q2m4i";
sha256 = "1frdrr3yjlk2fns3ny0qbr30rpswhwlvv3kyhdl3l6a0q5cqaqsg";
inherit name;
};

Expand All @@ -25,6 +25,10 @@ stdenv.mkDerivation rec {
curl
];

postPatch = ''
sed -ie '/DUMP_INTERNALS/d' src/Makefile.am
'';

preConfigure = ''
./autogen.sh
'';
Expand All @@ -43,7 +47,7 @@ stdenv.mkDerivation rec {
'';
downloadPage = "https://github.com/tstack/lnav/releases";
license = licenses.bsd2;
version = "0.8.5";
version = "0.9.0";
maintainers = with maintainers; [ dochang ma27 ];
platforms = platforms.unix;
};
Expand Down

0 comments on commit 1a08a38

Please sign in to comment.