Skip to content

Commit

Permalink
use go 1.22 to build nexttrace
Browse files Browse the repository at this point in the history
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
  • Loading branch information
BirkhoffLee authored Oct 31, 2024
1 parent 807e915 commit 0491c71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/nexttrace/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ lib, buildGoModule, fetchFromGitHub }:
{ lib, buildGo122Module, fetchFromGitHub }:

buildGoModule rec {
buildGo122Module rec {
pname = "nexttrace";
version = "1.3.5";

Expand Down

0 comments on commit 0491c71

Please sign in to comment.