mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 03:25:36 +00:00
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:
parent
25d2577beb
commit
5aea15ef39
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user