Merge pull request #167604 from otavio/master

shellhub-agent: 0.9.0 -> 0.9.1
This commit is contained in:
Thiago Kenji Okada 2022-04-07 22:35:56 +01:00 committed by GitHub
commit 1f0e776d11
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.0";
version = "0.9.1";
src = fetchFromGitHub {
owner = "shellhub-io";
repo = "shellhub";
rev = "v${version}";
sha256 = "A1634b3uxlILMpx/9jpCIApqAqofvD4ZPasVKL29Gtc=";
sha256 = "E1TX3GBVKn0tXloNhyiXOtDwSlO7mwXJ6zaOSHKZEFc=";
};
modRoot = "./agent";
vendorSha256 = "sha256-LxJtLQr8djoRGznT5hL2agTgtZY6pFS8Zo0BwHDmugc=";
vendorSha256 = "sha256-sPb49tRUHhwow7+IKiN33sgWYAa3lTpOD1vh8e5Wy68=";
ldflags = [ "-s" "-w" "-X main.AgentVersion=v${version}" ];