Skip to content

Commit

Permalink
[Backport release-24.11] lnav: 0.12.2 -> 0.12.3 (#358526)
Browse files Browse the repository at this point in the history
  • Loading branch information
symphorien authored Nov 23, 2024
2 parents 747409c + 6cb4356 commit f012693
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pkgs/by-name/ln/lnav/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,18 @@
, automake
, curl
, buildPackages
, nix-update-script
}:

stdenv.mkDerivation rec {
pname = "lnav";
version = "0.12.2";
version = "0.12.3";

src = fetchFromGitHub {
owner = "tstack";
repo = "lnav";
rev = "v${version}";
sha256 = "sha256-grEW3J50osKJzulNQFN7Gir5+wk1qFPc/YaT+EZMAqs=";
sha256 = "sha256-m0r7LAo9pYFpS+oimVCNCipojxPzMMsLLjhjkitEwow=";
};

enableParallelBuilding = true;
Expand All @@ -47,6 +48,8 @@ stdenv.mkDerivation rec {
./autogen.sh
'';

passthru.updateScript = nix-update-script { };

meta = with lib; {
homepage = "https://github.com/tstack/lnav";
description = "Logfile Navigator";
Expand Down

0 comments on commit f012693

Please sign in to comment.