Merge pull request #149020 from r-ryantm/auto-update/do-agent
do-agent: 3.11.0 -> 3.12.0
This commit is contained in:
commit
44992a6a1b
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "do-agent";
|
||||
version = "3.11.0";
|
||||
version = "3.12.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "digitalocean";
|
||||
repo = "do-agent";
|
||||
rev = version;
|
||||
sha256 = "sha256-Up7HBG6h24XIjBRvQYZpuB5lWXYTipQql9loykwwd1k=";
|
||||
sha256 = "sha256-9xbtZeufDhci3yTsxAcPcYtnEhOg9k/K8a44SXXiAY0=";
|
||||
};
|
||||
|
||||
ldflags = [
|
||||
|
|
Loading…
Reference in a new issue