Commit c08c2809 authored by R. RyanTM's avatar R. RyanTM
Browse files

action-validator: 0.5.3 -> 0.5.4

parent 4909f031
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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";