Skip to content

Commit

Permalink
Merge: lnav: 0.12.2 -> 0.12.3 (#358117)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 authored Nov 22, 2024
2 parents 01d2807 + 03c702d commit f58a54e
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 f58a54e

Please sign in to comment.