terraform-docs: 0.6.0 -> 0.9.1 (#84807)

0.6.0 is quite an old version, that doesn't support Terraform 0.12. As
  Terraform 0.12 is the default on master, upgrading terraform-docs to
0.9.1 brings tools on par.
gstqt5
Nikola Knežević 2020-04-09 14:55:33 +02:00 committed by GitHub
parent 555bdfdd42
commit cff6722b4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ lib, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
pname = "terraform-docs";
version = "0.6.0";
version = "0.9.1";
goPackagePath = "github.com/segmentio/${pname}";
@ -9,7 +9,7 @@ buildGoPackage rec {
owner = "segmentio";
repo = pname;
rev = "v${version}";
sha256 = "1p6prhjf82qnhf1zwl9h92j4ds5g383a6g9pwwnqbc3wdwy5zx7d";
sha256 = "00sfzdqhf8g85m03r6mbzfas5vvc67iq7syb8ljcgxg8l1knxnjx";
};
preBuild = ''