Commit 14a7e019 authored by aiwao's avatar aiwao
Browse files

ghq: Use buildGo126Module

parent f50f1457
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
{
  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";