From c5805124edcb8b30e379f236580b5a3faf46bdfe Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 15 Feb 2025 21:07:50 +0000 Subject: [PATCH] shellhub-agent: 0.18.0 -> 0.18.3 --- pkgs/by-name/sh/shellhub-agent/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/sh/shellhub-agent/package.nix b/pkgs/by-name/sh/shellhub-agent/package.nix index 84f152c06e07..1131ec60fa85 100644 --- a/pkgs/by-name/sh/shellhub-agent/package.nix +++ b/pkgs/by-name/sh/shellhub-agent/package.nix @@ -12,13 +12,13 @@ buildGoModule rec { pname = "shellhub-agent"; - version = "0.18.0"; + version = "0.18.3"; src = fetchFromGitHub { owner = "shellhub-io"; repo = "shellhub"; rev = "v${version}"; - hash = "sha256-BIcdloW0ab/hNvgUtjL7Xdz2MNFqKmi+umcUjM5gTR8="; + hash = "sha256-ByKj9rnRGS3B+BEqeo7QJvjSxVXytOXydmZMx7lK8Xc="; }; modRoot = "./agent";