about summary refs log tree commit diff
path: root/pkgs/development/tools/analysis
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-01-13 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2024-01-13 04:20:00 +0000
commit1ba2c40826ab64c6a3a6e41a88728861d05622e4 (patch)
tree6912c0b19a1efe56be60fe7f0b635abb439e2792 /pkgs/development/tools/analysis
parent488da42dca7f2e5f8d5dde140430fbf79fe06ff9 (diff)
downloadnixlib-1ba2c40826ab64c6a3a6e41a88728861d05622e4.tar
nixlib-1ba2c40826ab64c6a3a6e41a88728861d05622e4.tar.gz
nixlib-1ba2c40826ab64c6a3a6e41a88728861d05622e4.tar.bz2
nixlib-1ba2c40826ab64c6a3a6e41a88728861d05622e4.tar.lz
nixlib-1ba2c40826ab64c6a3a6e41a88728861d05622e4.tar.xz
nixlib-1ba2c40826ab64c6a3a6e41a88728861d05622e4.tar.zst
nixlib-1ba2c40826ab64c6a3a6e41a88728861d05622e4.zip
tflint-plugins.tflint-ruleset-google: 0.24.0 -> 0.26.0
Diff: https://github.com/terraform-linters/tflint-ruleset-google/compare/v0.24.0...v0.26.0
Diffstat (limited to 'pkgs/development/tools/analysis')
-rw-r--r--pkgs/development/tools/analysis/tflint-plugins/tflint-ruleset-google.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/analysis/tflint-plugins/tflint-ruleset-google.nix b/pkgs/development/tools/analysis/tflint-plugins/tflint-ruleset-google.nix
index fefd319523ca..646cb81d102d 100644
--- a/pkgs/development/tools/analysis/tflint-plugins/tflint-ruleset-google.nix
+++ b/pkgs/development/tools/analysis/tflint-plugins/tflint-ruleset-google.nix
@@ -5,16 +5,16 @@
 
 buildGoModule rec {
   pname = "tflint-ruleset-google";
-  version = "0.24.0";
+  version = "0.26.0";
 
   src = fetchFromGitHub {
     owner = "terraform-linters";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-1eF/uzOYP/gi+ooHN8OfCR2nz+/z98theO0Lr/BBhWM=";
+    hash = "sha256-VQm7pvZCfkZR54UeaPuKogEqhQOy5BAV7WkfwCW3C7c=";
   };
 
-  vendorHash = "sha256-owpNcsxuP+sG27vv9V7ArMK1NLBNbnw11KpdpVyWAD0=";
+  vendorHash = "sha256-C52b11cJE2Bu785SNlTsbgNR6Wt/YeY8l1U/9anXrMo=";
 
   # upstream Makefile also does a go test $(go list ./... | grep -v integration)
   preCheck = ''