terraform-plugin-docs: 0.21.0 -> 0.22.0 (#422502)

This commit is contained in:
Wolfgang Walther
2025-07-11 18:02:36 +00:00
committed by GitHub
@@ -11,16 +11,16 @@
buildGoModule rec {
pname = "terraform-plugin-docs";
version = "0.21.0";
version = "0.22.0";
src = fetchFromGitHub {
owner = "hashicorp";
repo = "terraform-plugin-docs";
tag = "v${version}";
hash = "sha256-tvo5ufRBtiecOCHfGO9Sxe+bHXqgnfGhBaQQ47CVllk=";
hash = "sha256-ktYADQEUD3bb6JRUy/g4l2J3XBzCVbt/knLqsd/MnF8=";
};
vendorHash = "sha256-y69F/KF7cQvtZ4/ZNpw86l/xZgn4aTzmVBw1bs+AtZI=";
vendorHash = "sha256-FKIBkg2fXO89GDTkHQeK4v2YWe870GAKgNiu12k3iS0=";
nativeBuildInputs = [ makeWrapper ];