about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorAleksana <me@aleksana.moe>2024-04-26 18:22:38 +0800
committerGitHub <noreply@github.com>2024-04-26 18:22:38 +0800
commitac83fcb6eea91e193d73bc1ea57cd3c85f34fa8c (patch)
treea581ffbbc0d58b064cc816fd7db11ae6429dfbd5 /pkgs
parent7d64a27eb47ddf563bf6c5aa70fd22a50cd18bb1 (diff)
parent58e73a098b6dcc2688c3b93aa40646262f911efa (diff)
Merge pull request #306713 from r-ryantm/auto-update/shellhub-agent
shellhub-agent: 0.14.3 -> 0.15.0
Diffstat (limited to 'pkgs')
-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 66662b7f058f4..071425dedc005 100644
--- a/pkgs/applications/networking/shellhub-agent/default.nix
+++ b/pkgs/applications/networking/shellhub-agent/default.nix
@@ -11,18 +11,18 @@
 
 buildGoModule rec {
   pname = "shellhub-agent";
-  version = "0.14.3";
+  version = "0.15.0";
 
   src = fetchFromGitHub {
     owner = "shellhub-io";
     repo = "shellhub";
     rev = "v${version}";
-    hash = "sha256-XnkU/I41x6JqrH5D6JGw1fgdiNfiMOBy9DUUXzKwkGg=";
+    hash = "sha256-533GGzSlpF9Rz8SrV0x6Hea/H8WxujuPF3cwmL5vdCw=";
   };
 
   modRoot = "./agent";
 
-  vendorHash = "sha256-nuFgJc1xQU4X86ojdFzs+9Gp3HDLsw3tkMcprlXCrko=";
+  vendorHash = "sha256-F3di9oTuE7qWzvAbHMkrSG+hkEs7FpEo4tLX6dCdklY=";
 
   ldflags = [ "-s" "-w" "-X main.AgentVersion=v${version}" ];