do-agent: 3.17.1 -> 3.18.0 (#424129)
This commit is contained in:
commit
e22e1c8dcc
@ -6,13 +6,13 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "do-agent";
|
pname = "do-agent";
|
||||||
version = "3.17.1";
|
version = "3.18.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "digitalocean";
|
owner = "digitalocean";
|
||||||
repo = "do-agent";
|
repo = "do-agent";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-XzZ9UmEA45ipVU0AHLZ+HeW/rmlBtgLXgyyGF1O1nqE=";
|
sha256 = "sha256-sS6aBJVrF9NrAzizSBBXKM3iMAHa+j9rDw7hZSHgRFg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
ldflags = [
|
ldflags = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user