about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-04-23 08:09:31 -0500
committerGitHub <noreply@github.com>2023-04-23 08:09:31 -0500
commitab61021c81e9107af81e0af910f96ab69c0c3e9e (patch)
tree58a0f7e4c011d9f3c6ed4221b38d6fc3a8417ebc
parenta126631cd0df77e5bdbb1d757e624a9036af55e1 (diff)
parenta3a582ab8cdf700a2f9ae6b558a9cd6fc5a84d0b (diff)
Merge pull request #227609 from marsam/update-tflint
tflint: 0.46.0 -> 0.46.1
-rw-r--r--pkgs/development/tools/analysis/tflint/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/analysis/tflint/default.nix b/pkgs/development/tools/analysis/tflint/default.nix
index 7c09718fd9519..146d10b2438bb 100644
--- a/pkgs/development/tools/analysis/tflint/default.nix
+++ b/pkgs/development/tools/analysis/tflint/default.nix
@@ -10,16 +10,16 @@
 
 buildGoModule rec {
   pname = "tflint";
-  version = "0.46.0";
+  version = "0.46.1";
 
   src = fetchFromGitHub {
     owner = "terraform-linters";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-ne/i8LLNCo5Kg0xAL/ZexR5uRmZLXcgZ6yZNT5vSYb0=";
+    hash = "sha256-oMf1uUD+7z42Z6bfMxNCWNFu/WwdEqBocVbbfe2OPbo=";
   };
 
-  vendorHash = "sha256-K+/xJ9ei+LyWodubRw5mFzi4U1V1MB5h4nUuPrTASBY=";
+  vendorHash = "sha256-1S3my0/77LiiGZDemVrYzN1jMcZdTyd404y67euraeI=";
 
   doCheck = false;