File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
pkgs/by-name/pi/pietrasanta-traceroute Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 77
88stdenv . 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}
You can’t perform that action at this time.
0 commit comments