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:
birkhoff 2024-12-05 05:34:18 +01:00 committed by GitHub
parent 7e3022163e
commit e23bacc844
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
{ lib, buildGoModule, fetchFromGitHub }:
{ lib, buildGo122Module, fetchFromGitHub }:
buildGoModule rec {
buildGo122Module rec {
pname = "nexttrace";
version = "1.3.5";