forked from mirrors/nixpkgs
terraform: 0.9.6 -> 0.9.9.
This commit is contained in:
parent
07dc20e436
commit
5b90fa0151
|
@ -63,4 +63,10 @@ in {
|
|||
sha256 = "1f6z1zkklzpqgc7akgdz1g306ccmhni5lmg7i6g762n3qai60bnv";
|
||||
doCheck = true;
|
||||
};
|
||||
|
||||
terraform_0_9_9 = generic {
|
||||
version = "0.9.9";
|
||||
sha256 = "1pa9dd87dcjnn7fm1qn63da5qx87l7xjqlwiczrswcjfbismvl1p";
|
||||
doCheck = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 {};
|
||||
|
|
Loading…
Reference in a new issue