lnav: 0.14.0 -> 0.14.1 (#560116)

This commit is contained in:
Nikolay Korotkiy
2026-09-05 09:49:01 +00:00
committed by GitHub

View File

@@ -24,13 +24,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lnav";
version = "0.14.0";
version = "0.14.1";
src = fetchFromGitHub {
owner = "tstack";
repo = "lnav";
tag = "v${finalAttrs.version}";
hash = "sha256-BP4QiGO6x2o+9hRvoB4gz1IfQbr/yLVHgT9PWX/k/3c=";
hash = "sha256-JVoLTzuA/ulLbBZFtI8ALmttaqrSbajryIu1j8THt3s=";
};
enableParallelBuilding = true;