summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-04-22 04:32:12 -0500
committerGitHub <noreply@github.com>2022-04-22 04:32:12 -0500
commita83228ec3c4cf24bf995f8a6e4d822dad8c1ffd4 (patch)
tree814530eb9380fce079f97b01c148b9d742f57c5a /pkgs/development/tools
parent49dace385791938bb84bcdb9870a54ee03a1643f (diff)
parentc90fe46cb221a94e7dc8e5b913a9b6cf377e4028 (diff)
downloadnixpkgs-a83228ec3c4cf24bf995f8a6e4d822dad8c1ffd4.tar
nixpkgs-a83228ec3c4cf24bf995f8a6e4d822dad8c1ffd4.tar.gz
nixpkgs-a83228ec3c4cf24bf995f8a6e4d822dad8c1ffd4.tar.bz2
nixpkgs-a83228ec3c4cf24bf995f8a6e4d822dad8c1ffd4.tar.lz
nixpkgs-a83228ec3c4cf24bf995f8a6e4d822dad8c1ffd4.tar.xz
nixpkgs-a83228ec3c4cf24bf995f8a6e4d822dad8c1ffd4.tar.zst
nixpkgs-a83228ec3c4cf24bf995f8a6e4d822dad8c1ffd4.zip
Merge pull request #169687 from r-ryantm/auto-update/actionlint
actionlint: 1.6.11 -> 1.6.12
Diffstat (limited to 'pkgs/development/tools')
-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 6945ea8ca70..2380c5bd113 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.11";
+  version = "1.6.12";
 
   subPackages = [ "cmd/actionlint" ];
 
@@ -18,7 +18,7 @@ buildGoModule rec {
     owner = "rhysd";
     repo = "actionlint";
     rev = "v${version}";
-    sha256 = "sha256-BlJxgRDnAlfM/81qAEGEW09luScivYSDf5w2lR8hQUA=";
+    sha256 = "sha256-nFHf+X7Onf06o3G77mrfszfrWGq65y3VJffkuAxXk50=";
   };
 
   vendorSha256 = "sha256-nG0u5hZ/YRn+yUoEGTBo6ZdOp0e+sH6Jl9F+QhpfYAU=";