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

shellhub-agent: 0.10.2 -> 0.10.3
This commit is contained in:
Jonas Heinrich 2022-09-30 11:07:20 +02:00 committed by GitHub
commit ebaccae7fb
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.2";
version = "0.10.3";
src = fetchFromGitHub {
owner = "shellhub-io";
repo = "shellhub";
rev = "v${version}";
sha256 = "F0kDrucPjjzlSiYDuZBO7xT0hTT0BNpHDCKbzWFQCzo=";
sha256 = "XYDS9g118jv7BoI0QSncZMPspSwcnAIFKdjUgttlTgU=";
};
modRoot = "./agent";