3
0
Fork 0
forked from mirrors/nixpkgs

terraform: 0.9.6 -> 0.9.9.

This commit is contained in:
Diego Pontoriero 2017-06-27 15:04:11 -07:00
parent 07dc20e436
commit 5b90fa0151
No known key found for this signature in database
GPG key ID: 503D20E1A024E97A
2 changed files with 9 additions and 2 deletions

View file

@ -63,4 +63,10 @@ in {
sha256 = "1f6z1zkklzpqgc7akgdz1g306ccmhni5lmg7i6g762n3qai60bnv";
doCheck = true;
};
terraform_0_9_9 = generic {
version = "0.9.9";
sha256 = "1pa9dd87dcjnn7fm1qn63da5qx87l7xjqlwiczrswcjfbismvl1p";
doCheck = true;
};
}

View file

@ -18644,10 +18644,11 @@ with pkgs;
terraform_0_8_5
terraform_0_8_8
terraform_0_9_4
terraform_0_9_6;
terraform_0_9_6
terraform_0_9_9;
terraform_0_8 = terraform_0_8_8;
terraform_0_9 = terraform_0_9_6;
terraform_0_9 = terraform_0_9_9;
terraform = terraform_0_9;
terraform-inventory = callPackage ../applications/networking/cluster/terraform-inventory {};