mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
terraform-docs: 0.6.0 -> 0.9.1 (#84807)
0.6.0 is quite an old version, that doesn't support Terraform 0.12. As Terraform 0.12 is the default on master, upgrading terraform-docs to 0.9.1 brings tools on par.
This commit is contained in:
parent
555bdfdd42
commit
cff6722b4c
@ -1,7 +1,7 @@
|
||||
{ lib, buildGoPackage, fetchFromGitHub }:
|
||||
buildGoPackage rec {
|
||||
pname = "terraform-docs";
|
||||
version = "0.6.0";
|
||||
version = "0.9.1";
|
||||
|
||||
goPackagePath = "github.com/segmentio/${pname}";
|
||||
|
||||
@ -9,7 +9,7 @@ buildGoPackage rec {
|
||||
owner = "segmentio";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "1p6prhjf82qnhf1zwl9h92j4ds5g383a6g9pwwnqbc3wdwy5zx7d";
|
||||
sha256 = "00sfzdqhf8g85m03r6mbzfas5vvc67iq7syb8ljcgxg8l1knxnjx";
|
||||
};
|
||||
|
||||
preBuild = ''
|
||||
|
Loading…
Reference in New Issue
Block a user