Merge pull request #143330 from Ma27/bump-lnav

This commit is contained in:
Sandro 2021-10-28 11:51:20 +02:00 committed by GitHub
commit 7f3494b343
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "lnav";
version = "0.10.0";
version = "0.10.1";
src = fetchFromGitHub {
owner = "tstack";
repo = "lnav";
rev = "v${version}";
sha256 = "sha256-hAFyMypGC065aRgX2L4LdyFGpZ/LnX5SjA2iQv5Iuas=";
sha256 = "sha256-1b4mVKIUotMSK/ADHnpiM42G98JF0abL8sXXGFyS3sw=";
};
patches = [ ./0001-Forcefully-disable-docs-build.patch ];