summary refs log tree commit diff
path: root/pkgs/development/tools/analysis/actionlint/default.nix
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-06-25 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2022-06-25 04:20:00 +0000
commitd4c725fee854864534aa4e2593e28bf1405d2991 (patch)
treef038cd312c7ae06491ac5b47826357b59db0c0c7 /pkgs/development/tools/analysis/actionlint/default.nix
parente34dacbae8fc9e1b1f875cd70b4bb81d06dc1325 (diff)
downloadnixpkgs-d4c725fee854864534aa4e2593e28bf1405d2991.tar
nixpkgs-d4c725fee854864534aa4e2593e28bf1405d2991.tar.gz
nixpkgs-d4c725fee854864534aa4e2593e28bf1405d2991.tar.bz2
nixpkgs-d4c725fee854864534aa4e2593e28bf1405d2991.tar.lz
nixpkgs-d4c725fee854864534aa4e2593e28bf1405d2991.tar.xz
nixpkgs-d4c725fee854864534aa4e2593e28bf1405d2991.tar.zst
nixpkgs-d4c725fee854864534aa4e2593e28bf1405d2991.zip
actionlint: 1.6.13 -> 1.6.14
https://github.com/rhysd/actionlint/releases/tag/v1.6.14
Diffstat (limited to 'pkgs/development/tools/analysis/actionlint/default.nix')
-rw-r--r--pkgs/development/tools/analysis/actionlint/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/analysis/actionlint/default.nix b/pkgs/development/tools/analysis/actionlint/default.nix
index 9e94fe79d35..b4d9dd9698d 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.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 ];