From 0491c71735a913c94ba01f2203a958e5ecb36f8d Mon Sep 17 00:00:00 2001 From: birkhoff Date: Thu, 31 Oct 2024 19:04:42 +0800 Subject: [PATCH] use go 1.22 to build nexttrace This project is meant to be build on Go 1.22 instead of any later versions References: - https://github.com/nxtrace/NTrace-core/issues/270 - https://github.com/nxtrace/NTrace-core/issues/257 --- pkgs/tools/networking/nexttrace/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/networking/nexttrace/default.nix b/pkgs/tools/networking/nexttrace/default.nix index f3051ba451f204..f82444e68feb4d 100644 --- a/pkgs/tools/networking/nexttrace/default.nix +++ b/pkgs/tools/networking/nexttrace/default.nix @@ -1,6 +1,6 @@ -{ lib, buildGoModule, fetchFromGitHub }: +{ lib, buildGo122Module, fetchFromGitHub }: -buildGoModule rec { +buildGo122Module rec { pname = "nexttrace"; version = "1.3.5";