terraform: 0.9.10 -> 0.9.11
This commit is contained in:
parent
edb587633c
commit
51c481bdcc
@ -48,9 +48,9 @@ in {
|
||||
sha256 = "0ibgpcpvz0bmn3cw60nzsabsrxrbmmym1hv7fx6zmjxiwd68w5gb";
|
||||
};
|
||||
|
||||
terraform_0_9_10 = generic {
|
||||
version = "0.9.10";
|
||||
sha256 = "0sg8czfn4hh7cf7zcdqwkygsvm9p47f5bi6kbl37bx9rn6bi5m6s";
|
||||
terraform_0_9_11 = generic {
|
||||
version = "0.9.11";
|
||||
sha256 = "045zcpd4g9c52ynhgh3213p422ahds63mzhmd2iwcmj88g8i1w6x";
|
||||
doCheck = true;
|
||||
};
|
||||
}
|
||||
|
@ -18725,10 +18725,10 @@ with pkgs;
|
||||
inherit (callPackage ../applications/networking/cluster/terraform {})
|
||||
terraform_0_8_5
|
||||
terraform_0_8_8
|
||||
terraform_0_9_10;
|
||||
terraform_0_9_11;
|
||||
|
||||
terraform_0_8 = terraform_0_8_8;
|
||||
terraform_0_9 = terraform_0_9_10;
|
||||
terraform_0_9 = terraform_0_9_11;
|
||||
terraform = terraform_0_9;
|
||||
|
||||
terraform-inventory = callPackage ../applications/networking/cluster/terraform-inventory {};
|
||||
|
Loading…
Reference in New Issue
Block a user