act: 0.2.67 -> 0.2.68 (#351349)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-10-26 10:08:13 +00:00 committed by GitHub
commit a1ed3138cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;