Merge pull request #281926 from r-ryantm/auto-update/shellhub-agent

shellhub-agent: 0.13.6 -> 0.14.2
This commit is contained in:
Weijia Wang 2024-01-28 06:16:42 +01:00 committed by GitHub
commit 64bae68b35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,18 +11,18 @@
buildGoModule rec { buildGoModule rec {
pname = "shellhub-agent"; pname = "shellhub-agent";
version = "0.13.6"; version = "0.14.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "shellhub-io"; owner = "shellhub-io";
repo = "shellhub"; repo = "shellhub";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-jdZNfNdykkpuIzA0TXEXkH21HTJzhndyRlMj3Kt7WlM="; hash = "sha256-VP1U5JSVsAcGeV/xUrToJfrdw0TWbHhmi2Y/tM5bHpQ=";
}; };
modRoot = "./agent"; modRoot = "./agent";
vendorHash = "sha256-Dg9TL/B9KgYGA0lILxVt+kXy5kfnW2sYJuP0lc+CROM="; vendorHash = "sha256-ISFnljpdOcvhNTM4jMGmi2xArjWSmjJj7dCnlcSfkVI=";
ldflags = [ "-s" "-w" "-X main.AgentVersion=v${version}" ]; ldflags = [ "-s" "-w" "-X main.AgentVersion=v${version}" ];