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

do-agent: 3.9.4 -> 3.10.0
This commit is contained in:
Sandro 2021-05-15 21:32:14 +02:00 committed by GitHub
commit f12794316e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "do-agent";
version = "3.9.4";
version = "3.10.0";
src = fetchFromGitHub {
owner = "digitalocean";
repo = "do-agent";
rev = version;
sha256 = "sha256-h5Bv6Us1NrxhUWBckUcGzh3qDk8yDbkmLnV6ZYDdClU=";
sha256 = "sha256-boEgCC3uWvJvb6VKpNhh6vHCfeE7oun5oneI2ITKh9g=";
};
buildFlagsArray = ''