shellhub-agent: 0.9.4 -> 0.9.5

This commit is contained in:
R. Ryantm 2022-08-13 22:05:38 +00:00
parent 4f90372bb7
commit f2ee0cc465

View File

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "shellhub-agent";
version = "0.9.4";
version = "0.9.5";
src = fetchFromGitHub {
owner = "shellhub-io";
repo = "shellhub";
rev = "v${version}";
sha256 = "WcxRVup7wjA9YNyL6UpFoMfkCmXixfbYatcrmA4OHh4=";
sha256 = "EBtQOli8jh5Ful39tR4U/H3KH517LmoYfqVyydQQTpA=";
};
modRoot = "./agent";