action-validator: 0.5.4 -> 0.6.0

This commit is contained in:
R. Ryantm 2024-02-23 07:36:14 +00:00
parent 46a66fd4a8
commit 4b3bdc2637

View File

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