ghq: Use buildGo126Module

This commit is contained in:
aiwao
2026-03-19 08:49:38 +09:00
parent f50f145786
commit 14a7e01993
+2 -3
View File
@@ -1,16 +1,15 @@
{
lib,
stdenv,
buildGoModule,
buildGo126Module,
fetchFromGitHub,
installShellFiles,
testers,
nix-update-script,
ghq,
go_1_26,
}:
buildGoModule.override { go = go_1_26; } (finalAttrs: {
buildGo126Module (finalAttrs: {
pname = "ghq";
version = "1.9.4";