···23rustPlatform.buildRustPackage rec {
4 pname = "peep";
5- version = "0.1.4";
67 src = fetchFromGitHub {
8 owner = "ryochack";
9 repo = "peep";
10- rev = "v${version}";
11- sha256 = "0c0fphnhq9vg9jjnkl35k56jbcnyz2ballsnkbm2xrh8vbyvk1av";
12 };
1314- cargoPatches = [ ./0001-Add-Cargo.lock-by-running-cargo-vendor.patch ];
15- cargoSha256 = "12jqhvf8kdi17c442hl8sfpgxhni07x59khjwyyn54bnwc5h3zf9";
1617 meta = with lib; {
18 description = "The CLI text viewer tool that works like less command on small pane within the terminal window";
···23rustPlatform.buildRustPackage rec {
4 pname = "peep";
5+ version = "0.1.4-post.2021-08-17";
67 src = fetchFromGitHub {
8 owner = "ryochack";
9 repo = "peep";
10+ rev = "0eceafe16ff1f9c6d6784cca75b6f612c38901c4";
11+ sha256 = "sha256-HtyT9kFS7derPhiBzICHIz3AvYVcYpUj1OW+t5RivRs=";
12 };
1314+ cargoSha256 = "sha256-sHsmHCMuHc56Mkqk2NUtZgC0RGyqhPvW1fKHkEAhqYk=";
01516 meta = with lib; {
17 description = "The CLI text viewer tool that works like less command on small pane within the terminal window";