shellhub-agent: 0.10.3 -> 0.10.4

This commit is contained in:
R. Ryantm 2022-10-20 18:25:37 +00:00
parent 3a9c44b392
commit 818e7c689f

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";