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

shellhub-agent: 0.9.5 -> 0.9.6
This commit is contained in:
Bobby Rong 2022-08-22 21:58:56 +08:00 committed by GitHub
commit 75e73bac9f
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.9.5";
version = "0.9.6";
src = fetchFromGitHub {
owner = "shellhub-io";
repo = "shellhub";
rev = "v${version}";
sha256 = "EBtQOli8jh5Ful39tR4U/H3KH517LmoYfqVyydQQTpA=";
sha256 = "Ag1rwBWeVUBKxnsIGNDwz9UmHwpklwF6UjM8IPudZTs=";
};
modRoot = "./agent";