summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-05-31 20:11:59 -0300
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-06-01 02:12:39 +0000
commitd08b1af298db2b8a5d39050377451af3684c8faf (patch)
tree7fd62a79613886ae63a592a9eb9fb7072ac39b2c
parentMerge pull request #234767 from NixOS/backport-234699-to-release-23.05 (diff)
downloadnixpkgs-d08b1af298db2b8a5d39050377451af3684c8faf.tar.gz
shellhub-agent: 0.12.0 -> 0.12.1
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> (cherry picked from commit 1cd86afa2c129025cada1f197ab1c916d1472655)
-rw-r--r--pkgs/applications/networking/shellhub-agent/default.nix6
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 bbe6122c547f..23dad8b328a5 100644
--- a/pkgs/applications/networking/shellhub-agent/default.nix
+++ b/pkgs/applications/networking/shellhub-agent/default.nix
@@ -11,18 +11,18 @@
buildGo120Module rec {
pname = "shellhub-agent";
- version = "0.12.0";
+ version = "0.12.1";
src = fetchFromGitHub {
owner = "shellhub-io";
repo = "shellhub";
rev = "v${version}";
- sha256 = "+aLs0+nHWglFYAM6CHyrPAALS/7x4vYOtu/M1mKH6hg=";
+ sha256 = "dOqBisB2nxJPvlB9BA69a0ODk5eFrjPnfMBCGFBig3s=";
};
modRoot = "./agent";
- vendorSha256 = "sha256-TInS0uTpjTrLuthRn0SOSDh3j0bf+XCP4PVcL19mBiQ=";
+ vendorSha256 = "sha256-gVW0vyfQ8i3HaTAJMZLWZvSjuRZcPPCj+BLPL5A6uzM=";
ldflags = [ "-s" "-w" "-X main.AgentVersion=v${version}" ];