tokio-console: 0.1.0 -> 0.1.3

This commit is contained in:
R. Ryantm 2022-03-15 14:58:23 +00:00 committed by Yt
parent e85e8f420d
commit 8c003ba2eb

View file

@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "tokio-console"; pname = "tokio-console";
version = "0.1.0"; version = "0.1.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tokio-rs"; owner = "tokio-rs";
repo = "console"; repo = "console";
rev = "tokio-console-v${version}"; rev = "tokio-console-v${version}";
sha256 = "sha256-1wxRTdDmgTlGJ3W1txDA/3Rnccs3KBw55vprrGaVnkg="; sha256 = "sha256-v9BxfBLRJug/1AgvDV7P5AOXwZfCu1mNgJjhbipoZNg=";
}; };
cargoSha256 = "sha256-RScu5V55OowwWHi3MLjW8DPlTMA/IEBYFt4VUDUHPKo="; cargoSha256 = "sha256-584EC9x7tJE3pHqgQVh6LWKuCgLXuBBEnaPvo1A8RIs=";
nativeBuildInputs = [ protobuf ]; nativeBuildInputs = [ protobuf ];