lesspipe: 2.18 -> 2.19

This commit is contained in:
R. Ryantm 2025-07-17 13:39:09 +00:00
parent 74fde3b350
commit b0fc2fe593

View File

@ -21,13 +21,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "lesspipe"; pname = "lesspipe";
version = "2.18"; version = "2.19";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "wofr06"; owner = "wofr06";
repo = "lesspipe"; repo = "lesspipe";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-GCtcIXGrMH6LOKxjnB2SkUSChQnMj5d939i2atvqK+Q="; hash = "sha256-V+fB5KkbBRhVSDgB/e7oVEyMKQ7HbR82XQYlqxcLZyQ=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [