tokio-console: 0.1.10 -> 0.1.13 (#351082)

This commit is contained in:
Johannes Jöns
2024-10-31 17:46:01 +01:00
committed by GitHub
@@ -8,16 +8,16 @@
rustPlatform.buildRustPackage rec {
pname = "tokio-console";
version = "0.1.10";
version = "0.1.13";
src = fetchFromGitHub {
owner = "tokio-rs";
repo = "console";
rev = "tokio-console-v${version}";
hash = "sha256-sjfdxOeaNANYJuJMjZ/tCGc2mWM+98d8yPHAVSl4cF4=";
hash = "sha256-KqX+s1oQIRyqAP+0iGrZiT8lB+cGviY1vtHaXy5Q6TA=";
};
cargoHash = "sha256-86KQpRpYSCQs6SUeG0HV26b58x/QUyovoL+5fg8JCOI=";
cargoHash = "sha256-QJdTysoVIbeLsTMt62Q355S8zx8tNCikZAyeRs7cz4o=";
buildAndTestSubdir = "tokio-console";