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

shellhub-agent: 0.14.3 -> 0.15.0
This commit is contained in:
Aleksana 2024-04-26 18:22:38 +08:00 committed by GitHub
commit ac83fcb6ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -11,18 +11,18 @@
buildGoModule rec {
pname = "shellhub-agent";
version = "0.14.3";
version = "0.15.0";
src = fetchFromGitHub {
owner = "shellhub-io";
repo = "shellhub";
rev = "v${version}";
hash = "sha256-XnkU/I41x6JqrH5D6JGw1fgdiNfiMOBy9DUUXzKwkGg=";
hash = "sha256-533GGzSlpF9Rz8SrV0x6Hea/H8WxujuPF3cwmL5vdCw=";
};
modRoot = "./agent";
vendorHash = "sha256-nuFgJc1xQU4X86ojdFzs+9Gp3HDLsw3tkMcprlXCrko=";
vendorHash = "sha256-F3di9oTuE7qWzvAbHMkrSG+hkEs7FpEo4tLX6dCdklY=";
ldflags = [ "-s" "-w" "-X main.AgentVersion=v${version}" ];