lesspipe: 2.05 -> 2.06

This commit is contained in:
R. Ryantm 2022-08-18 06:29:52 +00:00
parent 3e43b5e4bc
commit c8f10eeffd

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 ];