shellhub-agent: 0.16.0 -> 0.16.2 (#344422)

This commit is contained in:
Nick Cao 2024-09-25 10:26:01 -04:00 committed by GitHub
commit aab25b64c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,18 +11,18 @@
buildGoModule rec {
pname = "shellhub-agent";
version = "0.16.0";
version = "0.16.2";
src = fetchFromGitHub {
owner = "shellhub-io";
repo = "shellhub";
rev = "v${version}";
hash = "sha256-CJ9ZkoQmZlDI9mgZkEOWuJn66Dvt2f1DjPGf140qJDg=";
hash = "sha256-oIRMzifp/MVw+0s/QjhZpW7HEjNPHiCyEoNQq6ZRBGE=";
};
modRoot = "./agent";
vendorHash = "sha256-QWscqQlkvpfvJnI4C74qqD2P9V7ZAY29kCLF1WTTJ7Q=";
vendorHash = "sha256-qqh9KdhOt6KDgwUhf6lzb6I7YAhocBSZ7UeyBT0e0eM=";
ldflags = [ "-s" "-w" "-X main.AgentVersion=v${version}" ];