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

(cherry picked from commit e23bacc)
  • Loading branch information
BirkhoffLee authored and github-actions[bot] committed Dec 5, 2024
1 parent 79a75cb commit 4499ea2
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 4499ea2

Please sign in to comment.