Unverified Commit ac83fcb6 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

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

shellhub-agent: 0.14.3 -> 0.15.0
parents 7d64a27e 58e73a09
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.14.3";
  version = "0.15.0";

  src = fetchFromGitHub {
    owner = "shellhub-io";
    repo = "shellhub";
    rev = "v${version}";
    hash = "sha256-XnkU/I41x6JqrH5D6JGw1fgdiNfiMOBy9DUUXzKwkGg=";
    hash = "sha256-533GGzSlpF9Rz8SrV0x6Hea/H8WxujuPF3cwmL5vdCw=";
  };

  modRoot = "./agent";

  vendorHash = "sha256-nuFgJc1xQU4X86ojdFzs+9Gp3HDLsw3tkMcprlXCrko=";
  vendorHash = "sha256-F3di9oTuE7qWzvAbHMkrSG+hkEs7FpEo4tLX6dCdklY=";

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