summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-10-25 07:02:18 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-10-25 07:02:18 +0000
commite241f02b548d996e1d214360f6967698d415ff21 (patch)
tree4779ba638a9bae9f7234fb9993afea9769174ccb
parenteb8bbdc773352d505c1d03c0aa69de5e872607d5 (diff)
tflint: 0.42.0 -> 0.42.1
-rw-r--r--pkgs/development/tools/analysis/tflint/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/analysis/tflint/default.nix b/pkgs/development/tools/analysis/tflint/default.nix
index 18a2e1a145c2e..8572c759e7d80 100644
--- a/pkgs/development/tools/analysis/tflint/default.nix
+++ b/pkgs/development/tools/analysis/tflint/default.nix
@@ -10,13 +10,13 @@
 
 buildGoModule rec {
   pname = "tflint";
-  version = "0.42.0";
+  version = "0.42.1";
 
   src = fetchFromGitHub {
     owner = "terraform-linters";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-stfHkQqgxlPJ6qMGZ+oCcp5M6GuL71GC8PE08lL8Fig=";
+    sha256 = "sha256-pcd9xyfH0n7UwR/Cyd+PSo9WPK1g7FaBhxOtlRttGEA=";
   };
 
   vendorSha256 = "sha256-Ced/3KY78wBSo02sbowV8eI1tHe+a6g9DnRQ3AXp8fU=";