Unverified Commit 4230cfda authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #291234 from r-ryantm/auto-update/actionlint

actionlint: 1.6.26 -> 1.6.27
parents 66390b68 6fc51529
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildGoModule rec {
  pname = "actionlint";
  version = "1.6.26";
  version = "1.6.27";

  subPackages = [ "cmd/actionlint" ];

@@ -18,10 +18,10 @@ buildGoModule rec {
    owner = "rhysd";
    repo = "actionlint";
    rev = "v${version}";
    hash = "sha256-BCja8twbPwYI41JuQs2LHMCXlTbY5FAjHhZvn5mIlkg=";
    hash = "sha256-v8RuSsayIVA31ADLiAOcWwXY3HKjG15FZ/PHnY651Ac=";
  };

  vendorHash = "sha256-sBwI2L9tNg8Q/vIhhp0eIxetklytvJj+O1mWjrHkH24=";
  vendorHash = "sha256-DhZHfcnLm700i0M4pcvwlPdynbLRnG5rYsp5CrIDybw=";

  nativeBuildInputs = [ makeWrapper ronn installShellFiles ];