trippy: 0.8.0 -> 0.9.0

This commit is contained in:
R. Ryantm 2023-12-01 14:50:54 +00:00
parent 3ca25cf885
commit 6e44fea796

View File

@ -5,16 +5,16 @@
rustPlatform.buildRustPackage rec {
pname = "trippy";
version = "0.8.0";
version = "0.9.0";
src = fetchFromGitHub {
owner = "fujiapple852";
repo = "trippy";
rev = version;
hash = "sha256-2bh4wNP8sQcojjjbx5DQctlkwCTYcPdSkpW4OCOyp9k=";
hash = "sha256-Q5WPpCm1RNLlNX8G1U160O2wJz+y+KMScApjx6gIBCg=";
};
cargoHash = "sha256-C8SUceX9RwUyiCknmuRfBqG0vjesS54bZQHwi7krwKo=";
cargoHash = "sha256-brvfAZZ3L0loZQowcRfkS7o7ZYQB9hr5o1rgMSWaljU=";
meta = with lib; {
description = "A network diagnostic tool";