Skip to content

Commit

Permalink
act: 0.2.70 -> 0.2.71
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitarNestorov committed Jan 4, 2025
1 parent 40e061e commit d35fc54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ac/act/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}:

let
version = "0.2.70";
version = "0.2.71";
in
buildGoModule {
pname = "act";
Expand All @@ -18,10 +18,10 @@ buildGoModule {
owner = "nektos";
repo = "act";
tag = "v${version}";
hash = "sha256-7e2ehUM3d5hcFtaahW/hrhVkpy74ufMdYwdnbsUA+WM=";
hash = "sha256-ykZ6n9v56G5PZNTYdkGp8xveA7gzYhICkBoCCx3s0ew=";
};

vendorHash = "sha256-2fHNiquFg6I0JefqXfXRrnXxKPkNQOtQB7fznldO3GE=";
vendorHash = "sha256-zCiqIl08s00U/DQkUhbb/qrjWof9xzBf4EznuvE4rlE=";

doCheck = false;

Expand Down

0 comments on commit d35fc54

Please sign in to comment.