shellhub-agent: 0.9.1 -> 0.9.2

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
main
Otavio Salvador 2 years ago
parent e2eebc3856
commit 145de7cdc8
  1. 6
      pkgs/applications/networking/shellhub-agent/default.nix

@ -8,18 +8,18 @@
buildGoModule rec {
pname = "shellhub-agent";
version = "0.9.1";
version = "0.9.2";
src = fetchFromGitHub {
owner = "shellhub-io";
repo = "shellhub";
rev = "v${version}";
sha256 = "E1TX3GBVKn0tXloNhyiXOtDwSlO7mwXJ6zaOSHKZEFc=";
sha256 = "clLSkby7bmjScUpSZkVvHt5nSIoQOaYrxsoLqiuQZik=";
};
modRoot = "./agent";
vendorSha256 = "sha256-sPb49tRUHhwow7+IKiN33sgWYAa3lTpOD1vh8e5Wy68=";
vendorSha256 = "sha256-XVLsmU4EfOTFVpF5he+FCyDr/NuApUBC9R00nO1HJrg=";
ldflags = [ "-s" "-w" "-X main.AgentVersion=v${version}" ];

Loading…
Cancel
Save