act: 0.2.68 -> 0.2.70

Diff: https://github.com/nektos/act/compare/v0.2.68...v0.2.70

Bumped with `nix-shell ./maintainers/scripts/update.nix --argstr package act`

And checked with `nix-build --attr pkgs.act.passthru.tests`
This commit is contained in:
Kenichi Kamiya 2024-12-05 11:19:04 +09:00
parent 25d2577beb
commit 5aea15ef39
No known key found for this signature in database
GPG Key ID: 9BE4016A38165CCB

View File

@ -8,7 +8,7 @@
}:
let
version = "0.2.68";
version = "0.2.70";
in
buildGoModule {
pname = "act";
@ -18,10 +18,10 @@ buildGoModule {
owner = "nektos";
repo = "act";
rev = "refs/tags/v${version}";
hash = "sha256-BON29uUruBoeBLoBdOgnonrVIyLZlvBW5UyWfxFgjPs=";
hash = "sha256-7e2ehUM3d5hcFtaahW/hrhVkpy74ufMdYwdnbsUA+WM=";
};
vendorHash = "sha256-yxuOORShJL9nFIS5srZFI31Nyz7xFxnJCmcN8UFhyr0=";
vendorHash = "sha256-2fHNiquFg6I0JefqXfXRrnXxKPkNQOtQB7fznldO3GE=";
doCheck = false;