shellhub-agent: 0.18.0 -> 0.18.3

This commit is contained in:
R. Ryantm
2025-02-15 21:07:50 +00:00
parent 6ca4c0b61b
commit c5805124ed
+2 -2
View File
@@ -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";