Unverified Commit c4819ed5 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

do-agent: 3.16.4 -> 3.16.6
parents b2a725fc c3ac6038
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "do-agent";
  version = "3.16.4";
  version = "3.16.6";

  src = fetchFromGitHub {
    owner = "digitalocean";
    repo = "do-agent";
    rev = version;
    sha256 = "sha256-6pc8cbCRjZG1uPYTOBbQeRqVZ7YwFAapNzor2lqGuRE=";
    sha256 = "sha256-2KzgIv7DMEnzEJzC0fUrHQ1VIqClCgw55huqZFlctxk=";
  };

  ldflags = [