datadog-agent: unpin Go builder
Signed-off-by: Paul Meyer <katexochen0@gmail.com>
This commit is contained in:
parent
75779d02f2
commit
f9b5b73f03
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user