Skip to content

Commit

Permalink
tflint-plugins.tflint-ruleset-aws: 0.34.0 -> 0.36.0 (NixOS#360801)
Browse files Browse the repository at this point in the history
  • Loading branch information
flokli authored Dec 18, 2024
2 parents 3771412 + 0d57792 commit 28fd8da
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

buildGoModule rec {
pname = "tflint-ruleset-aws";
version = "0.34.0";
version = "0.36.0";

src = fetchFromGitHub {
owner = "terraform-linters";
repo = pname;
rev = "v${version}";
hash = "sha256-osQhLnOuJQqyKm24mgaEuYKy69cPvnR3XHU0JgVKA84=";
hash = "sha256-cGtxxSHdl7xtBdhQ591Xt6udUwwO6uAtudt1Hj4LzZQ=";
};

vendorHash = "sha256-mhc8HJG+sI8pZG/D+91+pyi0RGK0WfZV6ZNuH1bUfhk=";
vendorHash = "sha256-1T50kynzbL1p/9N8lmkxFmTHujDNTaTRcWnJVrWVslQ=";

# upstream Makefile also does a go test $(go list ./... | grep -v integration)
preCheck = ''
Expand Down

0 comments on commit 28fd8da

Please sign in to comment.