Skip to content

Commit

Permalink
Merge pull request #309888 from r-ryantm/auto-update/shellhub-agent
Browse files Browse the repository at this point in the history
shellhub-agent: 0.15.0 -> 0.15.1
  • Loading branch information
NickCao authored May 7, 2024
2 parents 60a76c2 + 85c21f9 commit 291683a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/shellhub-agent/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@

buildGoModule rec {
pname = "shellhub-agent";
version = "0.15.0";
version = "0.15.1";

src = fetchFromGitHub {
owner = "shellhub-io";
repo = "shellhub";
rev = "v${version}";
hash = "sha256-533GGzSlpF9Rz8SrV0x6Hea/H8WxujuPF3cwmL5vdCw=";
hash = "sha256-QwbxGym0eesCzrT//1+Hcr15B4nFck5u1VNRU8xE3Qo=";
};

modRoot = "./agent";

vendorHash = "sha256-F3di9oTuE7qWzvAbHMkrSG+hkEs7FpEo4tLX6dCdklY=";
vendorHash = "sha256-JlfQRYdmxghGrKGwrn8jK1m32EhskmhMiyxNHZma0N0=";

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

Expand Down

0 comments on commit 291683a

Please sign in to comment.