Unverified Commit 1a737d9a authored by Fabián Heredia Montiel's avatar Fabián Heredia Montiel Committed by GitHub
Browse files

Merge pull request #254544 from r-ryantm/auto-update/shellhub-agent

shellhub-agent: 0.12.4 -> 0.12.5
parents 9dc3d263 951b5238
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,18 +11,18 @@

buildGoModule rec {
  pname = "shellhub-agent";
  version = "0.12.4";
  version = "0.12.5";

  src = fetchFromGitHub {
    owner = "shellhub-io";
    repo = "shellhub";
    rev = "v${version}";
    hash = "sha256-OvXbc3feCatyubbRZlaiXvGP59ApyAS0b0Z6SeJsZnE=";
    hash = "sha256-+2YYTnQDU9AkCjWvUEsddgu8GVJk0VUCMkEeWhW/u0w=";
  };

  modRoot = "./agent";

  vendorHash = "sha256-qQRi4GeepRpYPhE5ftUj01tMCqBh5txbizfkVXmrgOQ=";
  vendorHash = "sha256-lZ7W7YpigcVaLO9HoS5V379nyKHemRh9Z2NjlZbJcPg=";

  ldflags = [ "-s" "-w" "-X main.AgentVersion=v${version}" ];