Merge pull request #221742 from r-ryantm/auto-update/tfplugindocs

tfplugindocs: 0.14.0 -> 0.14.1
This commit is contained in:
lewo 2023-03-18 09:41:29 +01:00 committed by GitHub
commit 027fb8e18e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "tfplugindocs";
version = "0.14.0";
version = "0.14.1";
src = fetchFromGitHub {
owner = "hashicorp";
repo = "terraform-plugin-docs";
rev = "v${version}";
sha256 = "sha256-adOaX8VxMytnALkuXBlmRKfRmk6x7bHTg/oEJQiJ1+U=";
sha256 = "sha256-GiMjm7XG/gFGOQXYeXsKbU7WQdrkQ0+J/SvfbLu24bo=";
};
vendorHash = "sha256-Qo8L0Rm7ZxcZ9YZTqfx51Tt8DRj4M+be6NdrsrwRt30=";
vendorHash = "sha256-qUlyOAiLzLgrtaAfs/aGpAikGmGcQ9PI7QRyp9+Qn4w=";
meta = with lib; {
description = "Generate and validate Terraform plugin/provider documentation";