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

lesspipe: 2.06 -> 2.07
This commit is contained in:
Nick Cao 2023-01-17 10:18:27 +08:00 committed by GitHub
commit 7e93fa5d51
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.06";
version = "2.07";
src = fetchFromGitHub {
owner = "wofr06";
repo = "lesspipe";
rev = "v${version}";
sha256 = "sha256-4hyDtr2/9lhAWuiLd7OQ/+rdg/u5f5JT4hba3wpxxzg=";
sha256 = "sha256-L39Prxs39Ku3jrQO/tOi2qGREFl7+W18WXTCcgoDkXU=";
};
nativeBuildInputs = [ perl makeWrapper ];