Merge pull request #196959 from r-ryantm/auto-update/shellhub-agent

shellhub-agent: 0.10.3 -> 0.10.4
This commit is contained in:
Thiago Kenji Okada 2022-10-20 21:20:20 +01:00 committed by GitHub
commit 761e8612b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "shellhub-agent";
version = "0.10.3";
version = "0.10.4";
src = fetchFromGitHub {
owner = "shellhub-io";
repo = "shellhub";
rev = "v${version}";
sha256 = "XYDS9g118jv7BoI0QSncZMPspSwcnAIFKdjUgttlTgU=";
sha256 = "ov1hA+3sKh9Ms5D3/+ubwcAp+skuIfB3pvsvNSUKiSE=";
};
modRoot = "./agent";