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

do-agent: 3.8.0 -> 3.9.0
This commit is contained in:
Mario Rodas 2021-01-24 11:43:51 -05:00 committed by GitHub
commit eb41444880
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.8.0";
version = "3.9.0";
src = fetchFromGitHub {
owner = "digitalocean";
repo = "do-agent";
rev = version;
sha256 = "141hmkswb65sq99ad6vg4dkrbhsmni88hlrfdxqdn89hvsz8f7b2";
sha256 = "sha256-0m2dL7oFF45yR4Vu+AW3ROf16w1iioI5McVauOQA/XQ=";
};
buildFlagsArray = ''