Skip to content

Commit

Permalink
shellhub-agent: 0.16.4 -> 0.17.2
Browse files Browse the repository at this point in the history
(cherry picked from commit 1e1fd8f)
  • Loading branch information
r-ryantm authored and github-actions[bot] committed Dec 7, 2024
1 parent 8d0d46f commit 48cbf1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/sh/shellhub-agent/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@

buildGoModule rec {
pname = "shellhub-agent";
version = "0.16.4";
version = "0.17.2";

src = fetchFromGitHub {
owner = "shellhub-io";
repo = "shellhub";
rev = "v${version}";
hash = "sha256-pxV9WLx0trgG0htWuYG/j634iaQRo5/TXOOU8rOmxDw=";
hash = "sha256-zMAAimFrOMcBVKuFwl/UpJLEWJHrjH7DNno5KCEvGrM=";
};

modRoot = "./agent";

vendorHash = "sha256-qqh9KdhOt6KDgwUhf6lzb6I7YAhocBSZ7UeyBT0e0eM=";
vendorHash = "sha256-jQNWuOwaAx//wDUVOrMc+ETWWbTCTp/SLwL2guERJB8=";

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

Expand Down

0 comments on commit 48cbf1d

Please sign in to comment.