lesspipe: 2.17 -> 2.18

This commit is contained in:
R. Ryantm
2025-02-17 01:46:51 +00:00
parent f16bb6e46d
commit d815e9f33c
+2 -2
View File
@@ -21,13 +21,13 @@
stdenv.mkDerivation rec {
pname = "lesspipe";
version = "2.17";
version = "2.18";
src = fetchFromGitHub {
owner = "wofr06";
repo = "lesspipe";
rev = "v${version}";
hash = "sha256-afJuTByGUMU6kFqGGa3pbPaFVdYGcJYiR0RfDNYNgDk=";
hash = "sha256-GCtcIXGrMH6LOKxjnB2SkUSChQnMj5d939i2atvqK+Q=";
};
nativeBuildInputs = [