diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2024-05-07 16:59:44 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-05-07 18:44:58 +0000 |
| commit | 30d3f41c57cad020944955ec803fbdda6c1a8d7b (patch) | |
| tree | f285ac7e7ba0c9aac8526a2cfc2f8c89e660e767 | |
| parent | Merge pull request #309865 from NixOS/backport-309625-to-release-23.11 (diff) | |
| download | nixpkgs-30d3f41c57cad020944955ec803fbdda6c1a8d7b.tar.gz | |
shellhub-agent: 0.15.0 -> 0.15.1origin/backport-309888-to-release-23.11
(cherry picked from commit 85c21f9939564e5e15634db447f8562bb0c6c861)
| -rw-r--r-- | pkgs/applications/networking/shellhub-agent/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/shellhub-agent/default.nix b/pkgs/applications/networking/shellhub-agent/default.nix index 071425dedc00..9a50dcb17f17 100644 --- a/pkgs/applications/networking/shellhub-agent/default.nix +++ b/pkgs/applications/networking/shellhub-agent/default.nix @@ -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}" ]; |
