mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
ytop: 0.4.0 -> 0.5.1
This commit is contained in:
parent
c416e032d5
commit
d9a19e97cb
1 changed files with 3 additions and 4 deletions
|
@ -4,19 +4,18 @@ assert stdenv.isDarwin -> IOKit != null;
|
|||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "ytop";
|
||||
version = "0.4.0";
|
||||
version = "0.5.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "cjbassi";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "1158nlg5b93jyljwvf9f2m8m3ph8sksk5dh9sfnvbiifbk4gizv7";
|
||||
sha256 = "1wpxn8i5112pzs8b03shl627r2yz70lvzjhd6f5crwhsnir06h5x";
|
||||
};
|
||||
|
||||
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ IOKit ];
|
||||
|
||||
cargoSha256 = "0c4xp63fm1n7x8brmx7avqjvcbqi32k6x5ps7h0fh0ign452y7fz";
|
||||
verifyCargoDeps = true;
|
||||
cargoSha256 = "0wmlmkq4y2923i5kjhprw2hd2v5qls49ncs6h8g9rdlmwd7qdl86";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A TUI system monitor written in Rust";
|
||||
|
|
Loading…
Reference in a new issue