mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-08 05:54:24 +00:00
Merge pull request #274032 from trofi/lesspipe-update
lesspipe: 2.10 -> 2.11
This commit is contained in:
commit
842346cbd2
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "lesspipe";
|
pname = "lesspipe";
|
||||||
version = "2.10";
|
version = "2.11";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "wofr06";
|
owner = "wofr06";
|
||||||
repo = "lesspipe";
|
repo = "lesspipe";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-fLDB0rUo1kfPs0Xy2s1gG5ZsRjk1h1yYqjXkQC4qPf0=";
|
hash = "sha256-jJrKiRdrargk0JzcPWxBZGyOpMfTIONHG8HNRecazVo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ perl makeWrapper ];
|
nativeBuildInputs = [ perl makeWrapper ];
|
||||||
|
Loading…
Reference in New Issue
Block a user