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
+3 -3
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;