Skip to content

Commit 0491c71

Browse files
authored
use go 1.22 to build nexttrace
This project is meant to be build on Go 1.22 instead of any later versions References: - nxtrace/NTrace-core#270 - nxtrace/NTrace-core#257
1 parent 807e915 commit 0491c71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/tools/networking/nexttrace/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
{ lib, buildGoModule, fetchFromGitHub }:
1+
{ lib, buildGo122Module, fetchFromGitHub }:
22

3-
buildGoModule rec {
3+
buildGo122Module rec {
44
pname = "nexttrace";
55
version = "1.3.5";
66

0 commit comments

Comments
 (0)