about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-07-19 19:54:36 +0800
committerGitHub <noreply@github.com>2022-07-19 19:54:36 +0800
commitac34850de2bcf6d092e18071eb2aef6262775dc4 (patch)
tree2f4983aa265daeac7b5bc47b4fb71b114b56b4f7 /pkgs/applications
parent00f62a4a6f25d9d663a4b9e8c9809737465c9509 (diff)
parent088df050d8c296b5e797e73fe0d0f8cf06d4475c (diff)
Merge pull request #181945 from otavio/master
shellhub-agent: 0.9.3 -> 0.9.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 531c0f965834f..da0e03a272b9a 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.9.3";
+  version = "0.9.4";
 
   src = fetchFromGitHub {
     owner = "shellhub-io";
     repo = "shellhub";
     rev = "v${version}";
-    sha256 = "WSK2b1DYSYEFqmVIOlhjFGyqC9ok/9rWAz2ZgUZejzo=";
+    sha256 = "WcxRVup7wjA9YNyL6UpFoMfkCmXixfbYatcrmA4OHh4=";
   };
 
   modRoot = "./agent";