Skip to content

Commit

Permalink
lnav: 0.12.2 -> 0.12.3
Browse files Browse the repository at this point in the history
(cherry picked from commit 03c702d)
  • Loading branch information
Atemu authored and github-actions[bot] committed Nov 23, 2024
1 parent b252108 commit 6cb4356
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ln/lnav/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@

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 Down

0 comments on commit 6cb4356

Please sign in to comment.