shellhub-agent: 0.21.0 -> 0.21.3

This commit is contained in:
R. Ryantm
2025-12-08 20:28:27 +00:00
parent 864b51ebb4
commit 0191a1fc0a
+2 -2
View File
@@ -12,13 +12,13 @@
buildGoModule rec {
pname = "shellhub-agent";
version = "0.21.0";
version = "0.21.3";
src = fetchFromGitHub {
owner = "shellhub-io";
repo = "shellhub";
rev = "v${version}";
hash = "sha256-+oCPjof64j+XUnQtml6y2v/1/AiHGpN5DAkFfAEy8Nw=";
hash = "sha256-C6ez20eTMGGvORqB00F3mSciExlOmcG7iKvz9F3Sls8=";
};
modRoot = "./agent";