3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #148743 from r-ryantm/auto-update/act

act: 0.2.24 -> 0.2.25
This commit is contained in:
Thiago Kenji Okada 2021-12-05 17:05:06 -03:00 committed by GitHub
commit 13f4e1b959
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "act";
version = "0.2.24";
version = "0.2.25";
src = fetchFromGitHub {
owner = "nektos";
repo = pname;
rev = "v${version}";
sha256 = "sha256-BWSw1yELxLDMUg2LxXuy+N0IRxLQYtVdzny1FGYVXEY=";
sha256 = "sha256-Eo5uWBLriYa7tLpPMa34+l6BYQe9useL1tN9gqUSt0k=";
};
vendorSha256 = "sha256-dLIsVWN/PjcH0CUYRmn4YaF8Pczf/gaWhD3lulqGiuA=";
vendorSha256 = "sha256-1v87WcQoVyTyCStiMAoThidIMRqJwdsYNF987kQp5YM=";
doCheck = false;