mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 18:37:35 +00:00
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
This commit is contained in:
parent
7e3022163e
commit
e23bacc844
@ -1,6 +1,6 @@
|
||||
{ lib, buildGoModule, fetchFromGitHub }:
|
||||
{ lib, buildGo122Module, fetchFromGitHub }:
|
||||
|
||||
buildGoModule rec {
|
||||
buildGo122Module rec {
|
||||
pname = "nexttrace";
|
||||
version = "1.3.5";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user