gci: fix go 1.25 build error by explicitly using buildGo124Module (#464054)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{
|
||||
lib,
|
||||
buildGoModule,
|
||||
buildGo124Module,
|
||||
fetchFromGitHub,
|
||||
}:
|
||||
buildGoModule rec {
|
||||
buildGo124Module rec {
|
||||
pname = "gci";
|
||||
version = "0.13.7";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user