sensu-go-{agent,backend,cli}: unpin Go builder

Signed-off-by: Paul Meyer <katexochen0@gmail.com>
This commit is contained in:
Paul Meyer 2025-03-27 23:17:01 +01:00
parent 2a566731ea
commit 75779d02f2

View File

@ -1,5 +1,5 @@
{ {
buildGo122Module, buildGoModule,
fetchFromGitHub, fetchFromGitHub,
lib, lib,
}: }:
@ -12,7 +12,7 @@ let
postInstall ? "", postInstall ? "",
mainProgram, mainProgram,
}: }:
buildGo122Module rec { buildGoModule rec {
inherit pname; inherit pname;
version = "6.11.0"; version = "6.11.0";
shortRev = "9587df6"; # for internal version info shortRev = "9587df6"; # for internal version info