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

lesspipe: 2.05 -> 2.06
This commit is contained in:
Christian Kögler 2022-08-21 08:35:09 +02:00 committed by GitHub
commit f7c115c6fe
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.05";
version = "2.06";
src = fetchFromGitHub {
owner = "wofr06";
repo = "lesspipe";
rev = "v${version}";
sha256 = "sha256-mRgOndoDpyMnlj/BIoqwpZzuth4eA6yoB2VFZOigRw4=";
sha256 = "sha256-4hyDtr2/9lhAWuiLd7OQ/+rdg/u5f5JT4hba3wpxxzg=";
};
nativeBuildInputs = [ perl makeWrapper ];