terraform-plugin-docs: 0.14.1 -> 0.16.0
https://github.com/hashicorp/terraform-plugin-docs/releases/tag/v0.16.0 https://github.com/hashicorp/terraform-plugin-docs/compare/v0.14.1...v0.16.0 Co-authored-by: Philipp Böschen <catouc@philipp.boeschen.me>
This commit is contained in:
co-authored by
Philipp Böschen
parent
a5f0213148
commit
3ac3403256
@@ -8,16 +8,29 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "terraform-plugin-docs";
|
||||
version = "0.14.1";
|
||||
version = "0.16.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "hashicorp";
|
||||
repo = "terraform-plugin-docs";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-GiMjm7XG/gFGOQXYeXsKbU7WQdrkQ0+J/SvfbLu24bo=";
|
||||
rev = "refs/tags/v${version}";
|
||||
sha256 = "sha256-5vbi69GMgkzvN3aEQbNTbk99rg+kfvAvUrdDsuyIm9s=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-qUlyOAiLzLgrtaAfs/aGpAikGmGcQ9PI7QRyp9+Qn4w=";
|
||||
vendorHash = "sha256-AjW6BokLVDkIWXToJ7wNq/g19xKTAfpQ/gVlKCV5qw0=";
|
||||
|
||||
subPackages = [
|
||||
"cmd/tfplugindocs"
|
||||
];
|
||||
|
||||
CGO_ENABLED = 0;
|
||||
|
||||
ldflags = [
|
||||
"-s"
|
||||
"-w"
|
||||
"-X main.version=${version}"
|
||||
"-X main.commit=${src.rev}"
|
||||
];
|
||||
|
||||
passthru = {
|
||||
tests.version = testers.testVersion {
|
||||
|
||||
Reference in New Issue
Block a user