Merge pull request #21139 from samuelrivas/update-terraform-to-0.7.13

terraform 0.7.11 -> 0.7.13
This commit is contained in:
Pascal Wittmann 2016-12-14 13:04:28 +01:00 committed by GitHub
commit 53a95fadaa

View file

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "terraform-${version}";
version = "0.7.11";
version = "0.7.13";
rev = "v${version}";
goPackagePath = "github.com/hashicorp/terraform";
@ -11,7 +11,7 @@ buildGoPackage rec {
inherit rev;
owner = "hashicorp";
repo = "terraform";
sha256 = "0rmzhf2rwxci57ll5nv2vvmic9cn64dbbg1fb5g78njljzpsc5qw";
sha256 = "0s23gc9rlnsg6x8llxnnw30b9c5kndy73jimrfxpqb4mha7mjn5n";
};
postInstall = ''