do-agent: 3.15.2 -> 3.16.2

This commit is contained in:
R. Ryantm 2023-04-19 03:32:51 +00:00
parent 8d9f42c3a2
commit 8ff595675f

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;