act: 0.2.28 -> 0.2.29

This commit is contained in:
Sandro Jäckel 2022-07-01 15:28:42 +02:00
parent 6f1178e68d
commit 09ef743e10
No known key found for this signature in database
GPG key ID: B1763F8651144063

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "act";
version = "0.2.28";
version = "0.2.29";
src = fetchFromGitHub {
owner = "nektos";
repo = pname;
rev = "v${version}";
sha256 = "sha256-wHBdmNFi//0nAgqRjTJYE3H+06HrW9l+xLVB97/XrnY=";
sha256 = "sha256-n5IUhx5nZ6+bbYc3Z0d3stBSvr2Ht2XUwtDorQTcOhs=";
};
vendorSha256 = "sha256-bWNDBoLGiV/eSUW/AE/yzvJN7NYCnT1GjzP3VmDVAg8=";
vendorSha256 = "sha256-rMM1BcL4FGFXs0DHoLV9kt+BxnreVTL7kwCd9li1i6g=";
doCheck = false;