about summary refs log tree commit diff
path: root/pkgs/applications/networking/shellhub-agent
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-10-21 00:05:50 +0000
committerGitHub <noreply@github.com>2022-10-21 00:05:50 +0000
commitc43416535429396cc99bccf16e7fbe4c0adea4cf (patch)
tree7ff62b70be50a592d302fe76f007f94c5043751a /pkgs/applications/networking/shellhub-agent
parente674dd40b315eec88ac24691145387c202983eb6 (diff)
parentdd2351ee2f2671d2f2216dd843e4997060eb9576 (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/applications/networking/shellhub-agent')
-rw-r--r--pkgs/applications/networking/shellhub-agent/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/shellhub-agent/default.nix b/pkgs/applications/networking/shellhub-agent/default.nix
index 86242b5641e99..4016ca04b4547 100644
--- a/pkgs/applications/networking/shellhub-agent/default.nix
+++ b/pkgs/applications/networking/shellhub-agent/default.nix
@@ -9,13 +9,13 @@
 
 buildGoModule rec {
   pname = "shellhub-agent";
-  version = "0.10.3";
+  version = "0.10.4";
 
   src = fetchFromGitHub {
     owner = "shellhub-io";
     repo = "shellhub";
     rev = "v${version}";
-    sha256 = "XYDS9g118jv7BoI0QSncZMPspSwcnAIFKdjUgttlTgU=";
+    sha256 = "ov1hA+3sKh9Ms5D3/+ubwcAp+skuIfB3pvsvNSUKiSE=";
   };
 
   modRoot = "./agent";