Unverified Commit edf9128c authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

do-agent: 3.13.1 -> 3.14.1
parents 05c51b1b f904a646
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.13.1";
  version = "3.14.1";

  src = fetchFromGitHub {
    owner = "digitalocean";
    repo = "do-agent";
    rev = version;
    sha256 = "sha256-f8sUm80Rw9QU1fa8mdepw+zOWEP/UqWLSLtQmwKeB+Q=";
    sha256 = "sha256-hwNr/yb41vd0cuLGsGJYEbBLE6WHay9d4TUp7fbN8Es=";
  };

  ldflags = [