ytop: 0.6.1 -> 0.6.2 (#88064)

authored by Oleksii Filonenko and committed by GitHub de77326d 5621b50c

+3 -3
+3 -3
pkgs/tools/system/ytop/default.nix
··· 4 5 rustPlatform.buildRustPackage rec { 6 pname = "ytop"; 7 - version = "0.6.1"; 8 9 src = fetchFromGitHub { 10 owner = "cjbassi"; 11 repo = pname; 12 rev = version; 13 - sha256 = "1p746v9xrfm6avc6v9dvcnpckhvdizzf53pcg9bpcp0lw5sh85da"; 14 }; 15 16 buildInputs = stdenv.lib.optionals stdenv.isDarwin [ IOKit ]; 17 18 - cargoSha256 = "15cpi0b5yqjwi1liry2q17sn9hpc4xf9gn33ri3rs6ls5qs7j7pa"; 19 20 meta = with stdenv.lib; { 21 description = "A TUI system monitor written in Rust";
··· 4 5 rustPlatform.buildRustPackage rec { 6 pname = "ytop"; 7 + version = "0.6.2"; 8 9 src = fetchFromGitHub { 10 owner = "cjbassi"; 11 repo = pname; 12 rev = version; 13 + sha256 = "02cpn5257yrmbakx3mlqs97kfambbn9ljb60jbqr1b9w24kd6zgf"; 14 }; 15 16 buildInputs = stdenv.lib.optionals stdenv.isDarwin [ IOKit ]; 17 18 + cargoSha256 = "0alqzy9gbj9m4l7xj1jsrnl09pv6z7c73gq787cqwn0gj93aaj19"; 19 20 meta = with stdenv.lib; { 21 description = "A TUI system monitor written in Rust";