shellhub-agent: 0.20.0 -> 0.20.1

(cherry picked from commit b6dde26bb6)
This commit is contained in:
R. Ryantm
2025-08-26 21:11:06 +00:00
committed by github-actions[bot]
parent 565f912006
commit 97059780df

View File

@@ -12,18 +12,18 @@
buildGoModule rec {
pname = "shellhub-agent";
version = "0.20.0";
version = "0.20.1";
src = fetchFromGitHub {
owner = "shellhub-io";
repo = "shellhub";
rev = "v${version}";
hash = "sha256-cDCpZB9lkEnkltY2OQ/Y5HSZmlukeQFbuxhtbeb8E2s=";
hash = "sha256-VO8uQ5tXYK1k1WZiJAq8/VcvCiCcbjzGMDWfZwKSw9w=";
};
modRoot = "./agent";
vendorHash = "sha256-17D8xrLlwX57JW4yXfPlo9RQRMCxVa7MjQQmzI/MBas=";
vendorHash = "sha256-BAZ/rZqI51FYAHLcxbsPQofeNvRZRWihWAMEf91DDHI=";
ldflags = [
"-s"