Skip to content

Commit 57b3159

Browse files
authored
Merge pull request #320767 from r-ryantm/auto-update/pietrasanta-traceroute
pietrasanta-traceroute: 0.0.5-unstable-2023-11-28 -> 0.0.5-unstable-2024-06-11
2 parents 8660d7b + 0dacb6a commit 57b3159

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pkgs/by-name/pi/pietrasanta-traceroute/package.nix

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
stdenv.mkDerivation rec {
99
pname = "pietrasanta-traceroute";
10-
version = "0.0.5-unstable-2023-11-28";
10+
version = "0.0.5-unstable-2024-06-11";
1111

1212
src = fetchFromGitHub {
1313
owner = "catchpoint";
1414
repo = "Networking.traceroute";
15-
rev = "c870c7bd7bafeab815f8564a67a281892c3a6230";
16-
hash = "sha256-CKqm8b6qNLEpso25+uTvtiR/hFMKJzuXUZkQ7lWzGd8=";
15+
rev = "5b9f9cd2cbd5b8d90442d4ddb71ab788297e2153";
16+
hash = "sha256-/WsBh42brVCRP31LnCPS34kRaQKMvP+XEENyD5MjCfw=";
1717
};
1818
passthru.updateScript = unstableGitUpdater { };
1919

@@ -36,5 +36,6 @@ stdenv.mkDerivation rec {
3636
mainProgram = "traceroute";
3737
maintainers = with maintainers; [ nicoo ];
3838
platforms = platforms.all;
39+
broken = stdenv.isDarwin;
3940
};
4041
}

0 commit comments

Comments
 (0)