Merge pull request #226979 from r-ryantm/auto-update/do-agent

do-agent: 3.15.2 -> 3.16.2
This commit is contained in:
Weijia Wang
2023-04-20 23:06:20 +03:00
committed by GitHub
+3 -3
View File
@@ -2,20 +2,20 @@
buildGoModule rec {
pname = "do-agent";
version = "3.15.2";
version = "3.16.2";
src = fetchFromGitHub {
owner = "digitalocean";
repo = "do-agent";
rev = version;
sha256 = "sha256-YK4k2iSKrRVraUjbUCYxNjH+CGn6eASsEKIU5QsfcNM=";
sha256 = "sha256-glHrWRZqkKoCLy3nuOZQG98I35ZR4S9nL6XqBsa2rOQ=";
};
ldflags = [
"-X main.version=${version}"
];
vendorSha256 = null;
vendorHash = null;
doCheck = false;