We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 807e915 commit 0491c71Copy full SHA for 0491c71
pkgs/tools/networking/nexttrace/default.nix
@@ -1,6 +1,6 @@
1
-{ lib, buildGoModule, fetchFromGitHub }:
+{ lib, buildGo122Module, fetchFromGitHub }:
2
3
-buildGoModule rec {
+buildGo122Module rec {
4
pname = "nexttrace";
5
version = "1.3.5";
6
0 commit comments