about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-10-01 06:26:52 -0500
committerGitHub <noreply@github.com>2022-10-01 06:26:52 -0500
commitd48d3b00e7e209a070ff671f53347b8950feaeb6 (patch)
tree5a31b81a72ed9ac7ab8a49f53d4b716f2b0c8435 /pkgs
parent2d66f08d28439ef9c1ca3970557b36cf416da90a (diff)
parent4375fc660eb01a0d0650ed4575e3003678d66dda (diff)
Merge pull request #193869 from r-ryantm/auto-update/actionlint
actionlint: 1.6.19 -> 1.6.20
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/analysis/actionlint/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/analysis/actionlint/default.nix b/pkgs/development/tools/analysis/actionlint/default.nix
index 8fefd667a2da3..8e91eeeb304c2 100644
--- a/pkgs/development/tools/analysis/actionlint/default.nix
+++ b/pkgs/development/tools/analysis/actionlint/default.nix
@@ -10,7 +10,7 @@
 
 buildGoModule rec {
   pname = "actionlint";
-  version = "1.6.19";
+  version = "1.6.20";
 
   subPackages = [ "cmd/actionlint" ];
 
@@ -18,7 +18,7 @@ buildGoModule rec {
     owner = "rhysd";
     repo = "actionlint";
     rev = "v${version}";
-    sha256 = "sha256-sWsn5jX4kQbK9rOW5FC94mdBwXNAR2a48XFHe37eK6U=";
+    sha256 = "sha256-WQqEST5f3yUsvjw86ckS/jRaxcnUd13zb7lmQvfmsjM=";
   };
 
   vendorSha256 = "sha256-vWU3tEC+ZlrrTnX3fbuEuZRoSg1KtfpgpXmK4+HWrNY=";