Merge pull request #181489 from otavio/topic/sh-a-update

shellhub-agent: 0.9.2 -> 0.9.3
This commit is contained in:
Bobby Rong 2022-07-16 10:58:31 +08:00 committed by GitHub
commit 01df5fd67b
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.9.2";
version = "0.9.3";
src = fetchFromGitHub {
owner = "shellhub-io";
repo = "shellhub";
rev = "v${version}";
sha256 = "clLSkby7bmjScUpSZkVvHt5nSIoQOaYrxsoLqiuQZik=";
sha256 = "WSK2b1DYSYEFqmVIOlhjFGyqC9ok/9rWAz2ZgUZejzo=";
};
modRoot = "./agent";
vendorSha256 = "sha256-XVLsmU4EfOTFVpF5he+FCyDr/NuApUBC9R00nO1HJrg=";
vendorSha256 = "sha256-UDsgfsdq8DecyTAFrmWO09V3JIuTA5YLCEAei0tYRy4=";
ldflags = [ "-s" "-w" "-X main.AgentVersion=v${version}" ];