page: 4.4.0 -> 4.6.0
This commit is contained in:
parent
b10a520017
commit
c7e56f306c
1 changed files with 3 additions and 3 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "page";
|
pname = "page";
|
||||||
version = "4.4.0";
|
version = "4.6.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "I60R";
|
owner = "I60R";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-FNxOWR6An/d3dyCcsfBX7XSwiFlOfdrJ1Tp4qrYrvSk=";
|
sha256 = "sha256-iK8XRPT/0PG3szIRkHvUIdgJC1XsuBbDKk25RvwSViQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ installShellFiles ];
|
nativeBuildInputs = [ installShellFiles ];
|
||||||
|
@ -19,7 +19,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
installShellCompletion --zsh $completions_dir/_page
|
installShellCompletion --zsh $completions_dir/_page
|
||||||
'';
|
'';
|
||||||
|
|
||||||
cargoSha256 = "sha256-K2z85YN85JWgv8imQIm6b02tnQEVB6OiwJ2692wH3nw=";
|
cargoSha256 = "sha256-OZvsZijrIeVxqf58P16Woanf0JsJIENX72n28wMtq14=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Use neovim as pager";
|
description = "Use neovim as pager";
|
||||||
|
|
Loading…
Reference in a new issue