diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2022-11-26 16:57:19 -0300 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-11-26 21:52:16 +0000 |
| commit | 2cbf445bf8504afb2ed40ef84ab25c5af3237143 (patch) | |
| tree | 77d1e6e28181f04114fd2eaa1c8ce4d052c04fd2 | |
| parent | Merge pull request #202940 from Enzime/backport-tailscale-to-release-22.05 (diff) | |
| download | nixpkgs-origin/backport-203110-to-release-22.05.tar.gz | |
shellhub-agent: 0.10.4 -> 0.10.8origin/backport-203110-to-release-22.05
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
(cherry picked from commit 03bf773416a07b6586c1d76864f2d782a462ea70)
| -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 708ec28efd46..317cca506b79 100644 --- a/pkgs/applications/networking/shellhub-agent/default.nix +++ b/pkgs/applications/networking/shellhub-agent/default.nix @@ -8,18 +8,18 @@ buildGoModule rec { pname = "shellhub-agent"; - version = "0.10.4"; + version = "0.10.8"; src = fetchFromGitHub { owner = "shellhub-io"; repo = "shellhub"; rev = "v${version}"; - sha256 = "ov1hA+3sKh9Ms5D3/+ubwcAp+skuIfB3pvsvNSUKiSE="; + sha256 = "BtD22Ss5PuVx2RVLQIsUeGBJBl5lh1XHJ0vcM2bOEwk="; }; modRoot = "./agent"; - vendorSha256 = "sha256-IYDy3teo+hm+yEfZa9V9MFNGmO2tqeh3lAq+Eh4Ek+A="; + vendorSha256 = "sha256-tvKiTQioj999oIUDHUSXTMXOh/LKoykzu8JEUnrelws="; ldflags = [ "-s" "-w" "-X main.AgentVersion=v${version}" ]; |
