Merge pull request #290794 from r-ryantm/auto-update/action-validator

action-validator: 0.5.4 -> 0.6.0
This commit is contained in:
Thiago Kenji Okada 2024-02-23 09:59:43 +00:00 committed by GitHub
commit f305ff3011
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,17 +5,17 @@
rustPlatform.buildRustPackage rec {
pname = "action-validator";
version = "0.5.4";
version = "0.6.0";
src = fetchFromGitHub {
owner = "mpalmer";
repo = "action-validator";
rev = "v${version}";
hash = "sha256-roWmks+AgRf2ACoI7Vc/QEyqgQ0bR/XhRwLk9VaLEdY=";
hash = "sha256-lJHGx/GFddIwVVXRj75Z/l5CH/yuw/uIhr02Qkjruww=";
fetchSubmodules = true;
};
cargoHash = "sha256-WUtFWuk2y/xXe39doMqANaIr0bbxmLDpT4/H2GRGH6k=";
cargoHash = "sha256-mBY+J6JcIhV++tO6Dhw5JvYLSwoYZR3lB3l0KTjkcQM=";
meta = with lib; {
description = "Tool to validate GitHub Action and Workflow YAML files";