Merge pull request #241019 from r-ryantm/auto-update/lesspipe

lesspipe: 2.07 -> 2.08
This commit is contained in:
Weijia Wang 2023-07-03 10:35:13 +03:00 committed by GitHub
commit 7036ab7232
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.07";
version = "2.08";
src = fetchFromGitHub {
owner = "wofr06";
repo = "lesspipe";
rev = "v${version}";
sha256 = "sha256-L39Prxs39Ku3jrQO/tOi2qGREFl7+W18WXTCcgoDkXU=";
sha256 = "sha256-jN8x5qd9zRr0bpjGYOWfFbiXbWSDDQ8CLZJo79fnegI=";
};
nativeBuildInputs = [ perl makeWrapper ];