arduino-create-agent: use buildGoModule (#490478)
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user