Merge pull request #313289 from RaghavSood/flyctl/update-go-module-def

flyctl: buildGo122Module -> buildGoModule
This commit is contained in:
Raghav Sood 2024-05-21 11:58:16 +08:00 committed by GitHub
commit 61617d58f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
{ lib, buildGo122Module, fetchFromGitHub, testers, flyctl, installShellFiles, gitUpdater }:
{ lib, buildGoModule, fetchFromGitHub, testers, flyctl, installShellFiles, gitUpdater }:
buildGo122Module rec {
buildGoModule rec {
pname = "flyctl";
version = "0.2.55";