shellhub-agent: 0.16.4 -> 0.17.2

This commit is contained in:
R. Ryantm 2024-12-07 11:59:31 +00:00
parent be4a655cf2
commit 1e1fd8ffae

View File

@ -11,18 +11,18 @@
buildGoModule rec {
pname = "shellhub-agent";
version = "0.16.4";
version = "0.17.2";
src = fetchFromGitHub {
owner = "shellhub-io";
repo = "shellhub";
rev = "v${version}";
hash = "sha256-pxV9WLx0trgG0htWuYG/j634iaQRo5/TXOOU8rOmxDw=";
hash = "sha256-zMAAimFrOMcBVKuFwl/UpJLEWJHrjH7DNno5KCEvGrM=";
};
modRoot = "./agent";
vendorHash = "sha256-qqh9KdhOt6KDgwUhf6lzb6I7YAhocBSZ7UeyBT0e0eM=";
vendorHash = "sha256-jQNWuOwaAx//wDUVOrMc+ETWWbTCTp/SLwL2guERJB8=";
ldflags = [ "-s" "-w" "-X main.AgentVersion=v${version}" ];