Skip to content

Commit e23bacc

Browse files
authored
nexttrace: build with go 1.22 to fix darwin build (NixOS#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: - nxtrace/NTrace-core#270 - nxtrace/NTrace-core#257
1 parent 7e30221 commit e23bacc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ne/nexttrace/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
{ lib, buildGoModule, fetchFromGitHub }:
1+
{ lib, buildGo122Module, fetchFromGitHub }:
22

3-
buildGoModule rec {
3+
buildGo122Module rec {
44
pname = "nexttrace";
55
version = "1.3.5";
66

0 commit comments

Comments
 (0)