ytop: 0.6.0 -> 0.6.1

This commit is contained in:
Oleksii Filonenko 2020-05-11 08:51:43 +00:00
parent 18aad27407
commit 56531f45cd

View file

@ -4,18 +4,18 @@ assert stdenv.isDarwin -> IOKit != null;
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "ytop"; pname = "ytop";
version = "0.6.0"; version = "0.6.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cjbassi"; owner = "cjbassi";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "1zajgzhhxigga5wc94bmbk8iwx7yc2jq3f0hqadfsa4f0wmpi0nf"; sha256 = "1p746v9xrfm6avc6v9dvcnpckhvdizzf53pcg9bpcp0lw5sh85da";
}; };
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ IOKit ]; buildInputs = stdenv.lib.optionals stdenv.isDarwin [ IOKit ];
cargoSha256 = "1ka9d81ddzz52w75xdiwd2xkv1rlamyvvdax09wanb61zxxwm0i7"; cargoSha256 = "15cpi0b5yqjwi1liry2q17sn9hpc4xf9gn33ri3rs6ls5qs7j7pa";
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A TUI system monitor written in Rust"; description = "A TUI system monitor written in Rust";