Merge pull request #181945 from otavio/master

shellhub-agent: 0.9.3 -> 0.9.4
This commit is contained in:
Bobby Rong 2022-07-19 19:54:36 +08:00 committed by GitHub
commit ac34850de2
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.3";
version = "0.9.4";
src = fetchFromGitHub {
owner = "shellhub-io";
repo = "shellhub";
rev = "v${version}";
sha256 = "WSK2b1DYSYEFqmVIOlhjFGyqC9ok/9rWAz2ZgUZejzo=";
sha256 = "WcxRVup7wjA9YNyL6UpFoMfkCmXixfbYatcrmA4OHh4=";
};
modRoot = "./agent";