Unverified Commit bc153de6 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

shellhub-agent: 0.20.0 -> 0.20.1 (#437273)

parents 69b2b958 b6dde26b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,18 +12,18 @@

buildGoModule rec {
  pname = "shellhub-agent";
  version = "0.20.0";
  version = "0.20.1";

  src = fetchFromGitHub {
    owner = "shellhub-io";
    repo = "shellhub";
    rev = "v${version}";
    hash = "sha256-cDCpZB9lkEnkltY2OQ/Y5HSZmlukeQFbuxhtbeb8E2s=";
    hash = "sha256-VO8uQ5tXYK1k1WZiJAq8/VcvCiCcbjzGMDWfZwKSw9w=";
  };

  modRoot = "./agent";

  vendorHash = "sha256-17D8xrLlwX57JW4yXfPlo9RQRMCxVa7MjQQmzI/MBas=";
  vendorHash = "sha256-BAZ/rZqI51FYAHLcxbsPQofeNvRZRWihWAMEf91DDHI=";

  ldflags = [
    "-s"