tflint-plugins.tflint-ruleset-aws: 0.41.0 -> 0.42.0
This commit is contained in:
parent
e960ddc1a5
commit
1e38a90441
@ -6,16 +6,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "tflint-ruleset-aws";
|
pname = "tflint-ruleset-aws";
|
||||||
version = "0.41.0";
|
version = "0.42.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "terraform-linters";
|
owner = "terraform-linters";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-Vw/JlpfeCdasReM4hUouTlGiANUJ08PcTcctEbAuQRM=";
|
hash = "sha256-R2Njm5RpjdSGMi9qdu8wTEEM5YyMaf/UAkdBVYPl9W0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-ghS99xkbEk3erHZgQNvkra9X1bZk6Ujq7j+O3zC2UVI=";
|
vendorHash = "sha256-Sn7uze6uSI2O824UjG8pFMQ1KsnwdknRzOT9czpNnD4=";
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
# some automation for creating new releases on GitHub, which we don't need
|
# some automation for creating new releases on GitHub, which we don't need
|
||||||
|
Loading…
x
Reference in New Issue
Block a user