act: 0.2.15 -> 0.2.16

This commit is contained in:
R. RyanTM 2020-10-17 14:33:24 +00:00
parent 9e1943edc0
commit d379080aa7

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "act";
version = "0.2.15";
version = "0.2.16";
src = fetchFromGitHub {
owner = "nektos";
repo = pname;
rev = "v${version}";
sha256 = "17mh7nxzj597vn51c92ridnvfz17rq9sxynfpx9lj32hqw2r45ap";
sha256 = "0zhn6av1adphkk9g13m5na63r8fqcjw8wibcja9v9mbw886zcc3p";
};
vendorSha256 = "0bcrw3hf92m7n58lrlm0vj1wiwwy82q2rl1a725q3d6xwvi5kh9h";