Skip to content

Commit

Permalink
lesspipe: 2.11 -> 2.14 (#339954)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Dec 24, 2024
2 parents 94d2565 + 25a6747 commit 3087e61
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pkgs/by-name/le/lesspipe/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@

stdenv.mkDerivation rec {
pname = "lesspipe";
version = "2.11";
version = "2.14";

src = fetchFromGitHub {
owner = "wofr06";
repo = "lesspipe";
rev = "v${version}";
hash = "sha256-jJrKiRdrargk0JzcPWxBZGyOpMfTIONHG8HNRecazVo=";
hash = "sha256-SEFyiKxfKC2Rx5tQ2OK8zEiCBFex2kZUY/vnnDsdCoc=";
};

nativeBuildInputs = [
Expand Down Expand Up @@ -121,6 +121,7 @@ stdenv.mkDerivation rec {
"lynx"
"elinks"
"html2text"
"xmq"
"dtc"
"pdftotext"
"pdftohtml"
Expand All @@ -137,7 +138,6 @@ stdenv.mkDerivation rec {
"xlscat"
"odt2txt"
"wvText"
"antiword"
"catdoc"
"broken_catppt"
"sxw2txt"
Expand All @@ -157,9 +157,11 @@ stdenv.mkDerivation rec {
"plutil"
"id3v2"
"csvlook"
"csvtable"
"jq"
"zlib-flate"
"lessfilter"
"snap"
]
++ lib.optional (stdenv.hostPlatform.isDarwin || stdenv.hostPlatform.isFreeBSD) [
# resholve only identifies this on darwin/bsd
Expand Down

0 comments on commit 3087e61

Please sign in to comment.