mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
sensu-go-{agent,backend,cli}: unpin Go builder
Signed-off-by: Paul Meyer <katexochen0@gmail.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
buildGo122Module,
|
||||
buildGoModule,
|
||||
fetchFromGitHub,
|
||||
lib,
|
||||
}:
|
||||
@@ -12,7 +12,7 @@ let
|
||||
postInstall ? "",
|
||||
mainProgram,
|
||||
}:
|
||||
buildGo122Module rec {
|
||||
buildGoModule rec {
|
||||
inherit pname;
|
||||
version = "6.11.0";
|
||||
shortRev = "9587df6"; # for internal version info
|
||||
|
||||
Reference in New Issue
Block a user