Skip to content

Commit

Permalink
Merge pull request #333974 from r-ryantm/auto-update/trippy
Browse files Browse the repository at this point in the history
trippy: 0.10.0 -> 0.11.0
  • Loading branch information
smancill authored Aug 20, 2024
2 parents b4eaa29 + 08bc3e3 commit 7fa2c5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/networking/trippy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

rustPlatform.buildRustPackage rec {
pname = "trippy";
version = "0.10.0";
version = "0.11.0";

src = fetchFromGitHub {
owner = "fujiapple852";
repo = "trippy";
rev = version;
hash = "sha256-IKGtnWRjrVof+2cq41TPfjhFrkn10yhY6j63dYwTzPA=";
hash = "sha256-ArSIeu3u+TUy18rzJvhq0+/qvi5xPZmtQ7rPpwaEx9g=";
};

cargoHash = "sha256-OCbrg1uSot0uNFx7uSlN5Bh6bl34ng9xO6lo9wks6nY=";
cargoHash = "sha256-h1NQQFjtlpQuyTz7AHuAPUe1GxR0Q2yKzow8XB9375U=";

meta = with lib; {
description = "Network diagnostic tool";
Expand Down

0 comments on commit 7fa2c5a

Please sign in to comment.