shellhub-agent: 0.14.2 -> 0.14.3

This commit is contained in:
R. Ryantm 2024-02-04 20:45:47 +00:00
parent 2ca3e86768
commit 1f428a4c2a

View File

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