diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2025-02-01 21:41:38 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-02-04 10:48:58 +0000 |
| commit | 054e08529ba11bf61e8ac85fff3e7d3d04c2a699 (patch) | |
| tree | 77780cb91598cfde5b4859f77c8e4835a1d6f10d | |
| parent | [Backport release-24.11] discord: 0.0.82 -> 0.0.83 (#379306) (diff) | |
| download | nixpkgs-origin/backport-378661-to-release-24.11.tar.gz | |
shellhub-agent: 0.17.2 -> 0.18.0origin/backport-378661-to-release-24.11
(cherry picked from commit db860fae49b6b5008163a2aa493cc7b8bbb31ce5)
| -rw-r--r-- | pkgs/by-name/sh/shellhub-agent/package.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/sh/shellhub-agent/package.nix b/pkgs/by-name/sh/shellhub-agent/package.nix index 5ac4dac1fc48..84f152c06e07 100644 --- a/pkgs/by-name/sh/shellhub-agent/package.nix +++ b/pkgs/by-name/sh/shellhub-agent/package.nix @@ -12,18 +12,18 @@ buildGoModule rec { pname = "shellhub-agent"; - version = "0.17.2"; + version = "0.18.0"; src = fetchFromGitHub { owner = "shellhub-io"; repo = "shellhub"; rev = "v${version}"; - hash = "sha256-zMAAimFrOMcBVKuFwl/UpJLEWJHrjH7DNno5KCEvGrM="; + hash = "sha256-BIcdloW0ab/hNvgUtjL7Xdz2MNFqKmi+umcUjM5gTR8="; }; modRoot = "./agent"; - vendorHash = "sha256-jQNWuOwaAx//wDUVOrMc+ETWWbTCTp/SLwL2guERJB8="; + vendorHash = "sha256-L+oww1HlPWgAYK16OG5bWiDb/OW7uarY8LZyw9b85ac="; ldflags = [ "-s" |
