Unverified Commit 5aea15ef authored by Kenichi Kamiya's avatar Kenichi Kamiya
Browse files

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`
parent 25d2577b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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;