datadog-agent: unpin Go builder

Signed-off-by: Paul Meyer <katexochen0@gmail.com>
This commit is contained in:
Paul Meyer 2025-03-28 08:00:12 +01:00
parent 75779d02f2
commit f9b5b73f03

View File

@ -2,7 +2,7 @@
lib,
stdenv,
cmake,
buildGo122Module,
buildGoModule,
makeWrapper,
fetchFromGitHub,
pythonPackages,
@ -43,7 +43,7 @@ let
};
in
buildGo122Module rec {
buildGoModule rec {
pname = "datadog-agent";
inherit src version;