lesspipe: 2.07 -> 2.08

This commit is contained in:
R. Ryantm 2023-07-02 02:48:36 +00:00
parent e0d23d3094
commit 015d143f0e

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