1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 15:41:40 +00:00

shellhub-agent: 0.5.1 -> 0.5.2

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Otavio Salvador 2021-02-06 15:56:46 -03:00
parent 882d0f0659
commit f2d739f6f3

View file

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "shellhub-agent";
version = "0.5.1";
version = "0.5.2";
src = fetchFromGitHub {
owner = "shellhub-io";
repo = "shellhub";
rev = "v${version}";
sha256 = "1vg236vc2v4g47lb68hb1vy3phamhsyb383fdbblh3vc4vf46j8a";
sha256 = "1g3sjkc6p9w3mm7lnr513zwjh7y945hx311b6g068q2lywisqf0x";
};
modRoot = "./agent";