about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-10-20 18:25:37 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-10-20 18:25:37 +0000
commit818e7c689f199a37140f51fd953a49bde3a60952 (patch)
tree963cea1711191e73c5404db49521a6067d23f291 /pkgs/applications
parent3a9c44b39205dd4409f24f2b92ea901f4e1153f0 (diff)
shellhub-agent: 0.10.3 -> 0.10.4
Diffstat (limited to 'pkgs/applications')
-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 a04e9a82e8c49..5370835b60fab 100644
--- a/pkgs/applications/networking/shellhub-agent/default.nix
+++ b/pkgs/applications/networking/shellhub-agent/default.nix
@@ -8,13 +8,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";