Merge pull request #191846 from otavio/topic/sh-0102

shellhub-agent: 0.10.1 -> 0.10.2
This commit is contained in:
Thiago Kenji Okada 2022-09-23 20:05:38 +01:00 committed by GitHub
commit 18092e1c7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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}" ];