shellhub-agent: 0.21.0 -> 0.21.3 (#469090)

This commit is contained in:
nixpkgs-ci[bot]
2025-12-08 23:02:26 +00:00
committed by GitHub
+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";