shellhub-agent: 0.10.1 -> 0.10.2

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Otavio Salvador 2022-09-18 17:24:40 -03:00
parent 9413ebb2e1
commit f175cb1d8a

View file

@ -8,18 +8,18 @@
buildGoModule rec {
pname = "shellhub-agent";
version = "0.10.1";
version = "0.10.2";
src = fetchFromGitHub {
owner = "shellhub-io";
repo = "shellhub";
rev = "v${version}";
sha256 = "jeZh1vPXUN/jcf306S6KdIeHygci+4+uky4MXQgRlpA=";
sha256 = "F0kDrucPjjzlSiYDuZBO7xT0hTT0BNpHDCKbzWFQCzo=";
};
modRoot = "./agent";
vendorSha256 = "sha256-AqtDI1GFw4cduFdWRSh9lYe/OwvEdu5iB0+ud8QPgXM=";
vendorSha256 = "sha256-IYDy3teo+hm+yEfZa9V9MFNGmO2tqeh3lAq+Eh4Ek+A=";
ldflags = [ "-s" "-w" "-X main.AgentVersion=v${version}" ];