Unverified Commit 9c2a7cc0 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #191726 from marsam/update-actionlint

actionlint: 1.6.17 -> 1.6.18
parents 2b03570d 8cb099e3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildGoModule rec {
  pname = "actionlint";
  version = "1.6.17";
  version = "1.6.18";

  subPackages = [ "cmd/actionlint" ];

@@ -18,7 +18,7 @@ buildGoModule rec {
    owner = "rhysd";
    repo = "actionlint";
    rev = "v${version}";
    sha256 = "sha256-Nt8t+tI4FjNLEo2zEkC7NNVH/hBsxXZmSUqr4KIh1wo=";
    sha256 = "sha256-tRR7Pjxo4UdKklTMFDRW6Xi81IhH+NV3BbgWpgFd1zY=";
  };

  vendorSha256 = "sha256-icl6z41Y5H47U3EgFHL9/xJrfdk43ZfAPbWkKM73sa0=";