terraform-docs: 0.19.0 -> 0.20.0

This commit is contained in:
R. Ryantm
2025-04-05 00:39:58 +00:00
parent 569c914f0c
commit 7c8420fe87
+3 -3
View File
@@ -7,16 +7,16 @@
}:
buildGoModule rec {
pname = "terraform-docs";
version = "0.19.0";
version = "0.20.0";
src = fetchFromGitHub {
owner = "terraform-docs";
repo = pname;
rev = "v${version}";
hash = "sha256-NOI9/2zGimsHMvdi2lGwl6YLVGpOET6g9C/l0xUZ/pI=";
hash = "sha256-DiKoYAe7vcNy35ormKHYZcZrGK/MEb6VmcHWPgrbmUg=";
};
vendorHash = "sha256-/56Y3VE4h//8IlyP8ocMFiorgw/4ee32J5FQYxFCIU8=";
vendorHash = "sha256-ynyYpX41LJxGhf5kF2AULj+VKROjsvTjVPBnqG+JGSg=";
excludedPackages = [ "scripts" ];