Merge pull request #87586 from filalex77/ytop-0.6.1
This commit is contained in:
commit
1d02247644
@ -4,18 +4,18 @@ assert stdenv.isDarwin -> IOKit != null;
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "ytop";
|
||||
version = "0.6.0";
|
||||
version = "0.6.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "cjbassi";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "1zajgzhhxigga5wc94bmbk8iwx7yc2jq3f0hqadfsa4f0wmpi0nf";
|
||||
sha256 = "1p746v9xrfm6avc6v9dvcnpckhvdizzf53pcg9bpcp0lw5sh85da";
|
||||
};
|
||||
|
||||
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ IOKit ];
|
||||
|
||||
cargoSha256 = "1ka9d81ddzz52w75xdiwd2xkv1rlamyvvdax09wanb61zxxwm0i7";
|
||||
cargoSha256 = "15cpi0b5yqjwi1liry2q17sn9hpc4xf9gn33ri3rs6ls5qs7j7pa";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A TUI system monitor written in Rust";
|
||||
|
Loading…
Reference in New Issue
Block a user