about summary refs log tree commit diff
path: root/pkgs/applications/networking/shellhub-agent
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-06-20 12:57:54 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2023-06-20 12:58:33 -0300
commitf68ff8bfa8736672c59582b2c2bb26828228cac4 (patch)
treeb253a488416194ac08701e88e50a2a86c993b54c /pkgs/applications/networking/shellhub-agent
parent7e55510ba2f90f121fa136a0683f5e1d8101ff3c (diff)
shellhub-agent: 0.12.1 -> 0.12.2
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'pkgs/applications/networking/shellhub-agent')
-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 23dad8b328a5f..9f66b6a08bacf 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.1";
+  version = "0.12.2";
 
   src = fetchFromGitHub {
     owner = "shellhub-io";
     repo = "shellhub";
     rev = "v${version}";
-    sha256 = "dOqBisB2nxJPvlB9BA69a0ODk5eFrjPnfMBCGFBig3s=";
+    sha256 = "9ZOLbws2jRjUK3IK2HnRF6TDk3ZXAtE/oCjAR5BjqlM=";
   };
 
   modRoot = "./agent";
 
-  vendorSha256 = "sha256-gVW0vyfQ8i3HaTAJMZLWZvSjuRZcPPCj+BLPL5A6uzM=";
+  vendorSha256 = "sha256-7T2MWwcq99AF8d/DM2n8xROroRSqiEKY+58x9UZ3fow=";
 
   ldflags = [ "-s" "-w" "-X main.AgentVersion=v${version}" ];