Skip to content

Commit

Permalink
terraform-docs: 0.11.2 -> 0.12.0 (#117525)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Mar 24, 2021
1 parent 82e1bfa commit cee5325
Showing 1 changed file with 3 additions and 3 deletions.
@@ -1,16 +1,16 @@
{ lib, buildGoModule, fetchFromGitHub }:
buildGoModule rec {
pname = "terraform-docs";
version = "0.11.2";
version = "0.12.0";

src = fetchFromGitHub {
owner = "terraform-docs";
repo = pname;
rev = "v${version}";
sha256 = "sha256-x2YTd4ZnimTRkFWbwFp4qz6BymD6ESVxBy6YE+QqQ6k=";
sha256 = "sha256-6jUYntnMB/LxyZuRkSaOVcrzJOIoucdaY+5GVHwJL8Y=";
};

vendorSha256 = "sha256-drfhfY03Ao0fqleBdzbAnPsE4kVrJMcUbec0txaEIP0=";
vendorSha256 = "sha256-HO2E8i5A/2Xi7Pq+Mqb/2ogK1to8IvZjRuDXfzGvOXk=";

subPackages = [ "." ];

Expand Down

0 comments on commit cee5325

Please sign in to comment.