Unverified Commit e23bacc8 authored by birkhoff's avatar birkhoff Committed by GitHub
Browse files

nexttrace: build with go 1.22 to fix darwin build (#352581)

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
parent 7e302216
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ lib, buildGoModule, fetchFromGitHub }:
{ lib, buildGo122Module, fetchFromGitHub }:

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