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

do-agent: 3.16.8 -> 3.16.9
This commit is contained in:
Matthias Beyer 2024-05-16 13:54:22 +02:00 committed by GitHub
commit 5903ac4504
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "do-agent"; pname = "do-agent";
version = "3.16.8"; version = "3.16.9";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "digitalocean"; owner = "digitalocean";
repo = "do-agent"; repo = "do-agent";
rev = version; rev = version;
sha256 = "sha256-uMPR1vFu3NMvRyL7PCfjQTGEfUtRiyItOqt4HJ2L+Wo="; sha256 = "sha256-9ZSDBjO28spFymoXBwrJQg7Y17qUfzShcIsmUJBIxyY=";
}; };
ldflags = [ ldflags = [