1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

act: 0.2.67 -> 0.2.68

This commit is contained in:
R. Ryantm 2024-10-26 06:07:40 +00:00
parent 9a415c28ae
commit e9753d7ea1

View file

@ -5,7 +5,7 @@
}:
let
version = "0.2.67";
version = "0.2.68";
in
buildGoModule {
pname = "act";
@ -15,10 +15,10 @@ buildGoModule {
owner = "nektos";
repo = "act";
rev = "refs/tags/v${version}";
hash = "sha256-yNa6o35YUP8D8K3kQLHQOG3V9mWGoxNvYgw5UQOqAtc=";
hash = "sha256-BON29uUruBoeBLoBdOgnonrVIyLZlvBW5UyWfxFgjPs=";
};
vendorHash = "sha256-bkOLortxztmzAO/KCbQC4YsZ5iAero1yxblCkDZg8Ds=";
vendorHash = "sha256-yxuOORShJL9nFIS5srZFI31Nyz7xFxnJCmcN8UFhyr0=";
doCheck = false;