Skip to content

Commit

Permalink
nexttrace: build with go 1.22 to fix darwin build (#352581)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
BirkhoffLee authored Dec 5, 2024
1 parent 7e30221 commit e23bacc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ne/nexttrace/package.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 e23bacc

Please sign in to comment.