Unverified Commit 11bd439b authored by Florian Klink's avatar Florian Klink Committed by GitHub
Browse files

tflint-plugins.tflint-ruleset-aws: 0.40.0 -> 0.41.0 (#429398)

parents 1cbe0844 a97df4b6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@

buildGoModule rec {
  pname = "tflint-ruleset-aws";
  version = "0.40.0";
  version = "0.41.0";

  src = fetchFromGitHub {
    owner = "terraform-linters";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-n8o43zCZWrTmLdEuCPe9B1lqxnCbytwRUXSof2sI1Zw=";
    hash = "sha256-Vw/JlpfeCdasReM4hUouTlGiANUJ08PcTcctEbAuQRM=";
  };

  vendorHash = "sha256-PBXObv/9QwWPmLnTReV7iuFyas1RFtvlboEjPfyIi7w=";
  vendorHash = "sha256-ghS99xkbEk3erHZgQNvkra9X1bZk6Ujq7j+O3zC2UVI=";

  postPatch = ''
    # some automation for creating new releases on GitHub, which we don't need