We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e38b93 commit 5e78aa9Copy full SHA for 5e78aa9
pkgs/by-name/te/terraform-plugin-docs/package.nix
@@ -11,16 +11,16 @@
11
12
buildGoModule rec {
13
pname = "terraform-plugin-docs";
14
- version = "0.20.1";
+ version = "0.21.0";
15
16
src = fetchFromGitHub {
17
owner = "hashicorp";
18
repo = "terraform-plugin-docs";
19
tag = "v${version}";
20
- hash = "sha256-i5J0dBXqfm5YvELU8q5jLTtfgo8r1u/x/VW55TPmJLQ=";
+ hash = "sha256-tvo5ufRBtiecOCHfGO9Sxe+bHXqgnfGhBaQQ47CVllk=";
21
};
22
23
- vendorHash = "sha256-UmPbtLHy2PAGxDPo1NziHYpNifuI8lsYDASHyjVzGJo=";
+ vendorHash = "sha256-y69F/KF7cQvtZ4/ZNpw86l/xZgn4aTzmVBw1bs+AtZI=";
24
25
nativeBuildInputs = [ makeWrapper ];
26
0 commit comments