Merge pull request #274032 from trofi/lesspipe-update

lesspipe: 2.10 -> 2.11
This commit is contained in:
Maximilian Bosch 2023-12-15 19:07:22 +01:00 committed by GitHub
commit 842346cbd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "lesspipe";
version = "2.10";
version = "2.11";
src = fetchFromGitHub {
owner = "wofr06";
repo = "lesspipe";
rev = "v${version}";
sha256 = "sha256-fLDB0rUo1kfPs0Xy2s1gG5ZsRjk1h1yYqjXkQC4qPf0=";
hash = "sha256-jJrKiRdrargk0JzcPWxBZGyOpMfTIONHG8HNRecazVo=";
};
nativeBuildInputs = [ perl makeWrapper ];