Merge pull request #20266 from samuelrivas/terraform-0-7-9

terraform: 0.7.8-> 0.7.9
This commit is contained in:
zimbatm 2016-11-09 10:52:59 +00:00 committed by GitHub
commit 03a417a0a4

View File

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