Unverified Commit 448b3c4e authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #179222 from marsam/update-actionlint

actionlint: 1.6.13 -> 1.6.14
parents b32c2a71 d4c725fe
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.13";
  version = "1.6.14";

  subPackages = [ "cmd/actionlint" ];

@@ -18,10 +18,10 @@ buildGoModule rec {
    owner = "rhysd";
    repo = "actionlint";
    rev = "v${version}";
    sha256 = "sha256-EZqWamNfv4+f1Ajm6StEdDLOwwWdJr1mrzd3+ba3YHI=";
    sha256 = "sha256-eBIAm+mgjOLePxJ6b9d3cr3k0vqaDqLzorZg/ZplpcM=";
  };

  vendorSha256 = "sha256-fADaYrGtg4B7XqD2MUMw30xfGT70Hx+iue79AIDsSRc=";
  vendorSha256 = "sha256-wKK597mk51jT6s1eKA4AjiCvI4IkZ9WjMXxaY8AWwkU=";

  nativeBuildInputs = [ makeWrapper ronn installShellFiles ];