arduino-create-agent: use buildGoModule (#490478)

This commit is contained in:
Paul Meyer
2026-02-16 07:05:41 +00:00
committed by GitHub
@@ -1,12 +1,12 @@
{
lib,
stdenv,
buildGo124Module,
buildGoModule,
fetchFromGitHub,
go-task,
}:
buildGo124Module rec {
buildGoModule rec {
pname = "arduino-create-agent";
version = "1.7.0";
@@ -21,6 +21,10 @@ buildGo124Module rec {
./updater.patch
];
excludedPackages = [
"design"
];
vendorHash = "sha256-Nrw7l3nV1sMVWs1HECQJYohKiD0gPvWQOLD7eohEd1A=";
ldflags = [