tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
trippy: 0.9.0 -> 0.10.0
R. Ryantm
2 years ago
b40afca0
9bc8f11e
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
networking
trippy
default.nix
+3
-3
pkgs/tools/networking/trippy/default.nix
···
5
5
6
6
rustPlatform.buildRustPackage rec {
7
7
pname = "trippy";
8
8
-
version = "0.9.0";
8
8
+
version = "0.10.0";
9
9
10
10
src = fetchFromGitHub {
11
11
owner = "fujiapple852";
12
12
repo = "trippy";
13
13
rev = version;
14
14
-
hash = "sha256-Q5WPpCm1RNLlNX8G1U160O2wJz+y+KMScApjx6gIBCg=";
14
14
+
hash = "sha256-IKGtnWRjrVof+2cq41TPfjhFrkn10yhY6j63dYwTzPA=";
15
15
};
16
16
17
17
-
cargoHash = "sha256-brvfAZZ3L0loZQowcRfkS7o7ZYQB9hr5o1rgMSWaljU=";
17
17
+
cargoHash = "sha256-OCbrg1uSot0uNFx7uSlN5Bh6bl34ng9xO6lo9wks6nY=";
18
18
19
19
meta = with lib; {
20
20
description = "A network diagnostic tool";