page: 3.1.2 -> 4.1.0

This commit is contained in:
R. Ryantm 2022-11-27 00:28:39 +00:00
parent d1b6d2d0ab
commit 9485a5ab49

View File

@ -2,13 +2,13 @@
rustPlatform.buildRustPackage rec {
pname = "page";
version = "3.1.2";
version = "4.1.0";
src = fetchFromGitHub {
owner = "I60R";
repo = pname;
rev = "v${version}";
sha256 = "sha256-e6GkvIojMfsIm4UxRyEvvNkZPGSmUnf9K/0ZISy8kj4=";
sha256 = "sha256-w/6uCzBRXsmq7Khe+8ysfgBoxnWBLyRMyb43sCxNYMA=";
};
nativeBuildInputs = [ installShellFiles ];
@ -19,7 +19,7 @@ rustPlatform.buildRustPackage rec {
installShellCompletion --zsh $completions_dir/_page
'';
cargoSha256 = "sha256-qyaHW4mbJXZ/iGQlIzmTo2dgPLC9JlPKBee+uAuW5PQ=";
cargoSha256 = "sha256-xHGlJxUpmqR+WoKURpRAJAhmmKXIO0SWg9VLFiinKfo=";
meta = with lib; {
description = "Use neovim as pager";