action-validator: 0.5.3 -> 0.5.4

This commit is contained in:
R. Ryantm 2023-11-25 08:12:23 +00:00
parent 4909f03115
commit c08c2809dd

View File

@ -5,17 +5,17 @@
rustPlatform.buildRustPackage rec {
pname = "action-validator";
version = "0.5.3";
version = "0.5.4";
src = fetchFromGitHub {
owner = "mpalmer";
repo = "action-validator";
rev = "v${version}";
hash = "sha256-22oYPYGnNp4K68pbNMolGcIGDYqjT/3FibO/jv3IEvg=";
hash = "sha256-roWmks+AgRf2ACoI7Vc/QEyqgQ0bR/XhRwLk9VaLEdY=";
fetchSubmodules = true;
};
cargoHash = "sha256-CVDqXuAxI1vCZV4w8DS3fOrsYFvJoI35fbe+hnSahLc=";
cargoHash = "sha256-WUtFWuk2y/xXe39doMqANaIr0bbxmLDpT4/H2GRGH6k=";
meta = with lib; {
description = "Tool to validate GitHub Action and Workflow YAML files";