Merge pull request #195462 from cocreature/cocreature/lnav-0.11.1

lnav: 0.11.0 -> 0.11.1
This commit is contained in:
Stanisław Pitucha 2022-10-11 21:29:51 +11:00 committed by GitHub
commit b7b831096d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
{ lib { lib
, stdenv , stdenv
, fetchFromGitHub , fetchFromGitHub
, pcre-cpp , pcre2
, sqlite , sqlite
, ncurses , ncurses
, readline , readline
@ -15,13 +15,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "lnav"; pname = "lnav";
version = "0.11.0"; version = "0.11.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tstack"; owner = "tstack";
repo = "lnav"; repo = "lnav";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-SkaJvIfFKD7xzxm3qnYUltKEpQRNNn6KkRwMP6eWte4="; sha256 = "sha256-W0NXmdbrarSmLOLpl9bt9kYjjDBtejGgh0QYeGFVMNQ=";
}; };
patches = [ ./0001-Forcefully-disable-docs-build.patch ]; patches = [ ./0001-Forcefully-disable-docs-build.patch ];
@ -38,11 +38,12 @@ stdenv.mkDerivation rec {
autoconf autoconf
automake automake
zlib zlib
curl.dev
]; ];
buildInputs = [ buildInputs = [
bzip2 bzip2
ncurses ncurses
pcre-cpp pcre2
readline readline
sqlite sqlite
curl curl