mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
terraform: delete old versions
This commit is contained in:
parent
d979b8bec1
commit
a4195b20e6
@ -86,32 +86,6 @@ let
|
||||
|
||||
plugins = removeAttrs terraform-providers ["override" "overrideDerivation" "recurseForDerivations"];
|
||||
in rec {
|
||||
terraform_0_8_5 = generic {
|
||||
version = "0.8.5";
|
||||
sha256 = "1cxwv3652fpsbm2zk1akw356cd7w7vhny1623ighgbz9ha8gvg09";
|
||||
};
|
||||
|
||||
terraform_0_8 = generic {
|
||||
version = "0.8.8";
|
||||
sha256 = "0ibgpcpvz0bmn3cw60nzsabsrxrbmmym1hv7fx6zmjxiwd68w5gb";
|
||||
};
|
||||
|
||||
terraform_0_9 = generic {
|
||||
version = "0.9.11";
|
||||
sha256 = "045zcpd4g9c52ynhgh3213p422ahds63mzhmd2iwcmj88g8i1w6x";
|
||||
# checks are failing again
|
||||
doCheck = false;
|
||||
};
|
||||
|
||||
terraform_0_10 = pluggable (generic {
|
||||
version = "0.10.8";
|
||||
sha256 = "11hhij0hq99xhwlg5dx5nv7y074x79wkr8hr3wc6ln0kwdk5scdf";
|
||||
patches = [ ./provider-path.patch ];
|
||||
passthru = { inherit plugins; };
|
||||
});
|
||||
|
||||
terraform_0_10-full = terraform_0_10.withPlugins lib.attrValues;
|
||||
|
||||
terraform_0_11 = pluggable (generic {
|
||||
version = "0.11.10";
|
||||
sha256 = "08mapla89g106bvqr41zfd7l4ki55by6207qlxq9caiha54nx4nb";
|
||||
|
@ -22586,11 +22586,6 @@ with pkgs;
|
||||
sqsh = callPackage ../development/tools/sqsh { };
|
||||
|
||||
inherit (callPackage ../applications/networking/cluster/terraform {})
|
||||
terraform_0_8_5
|
||||
terraform_0_8
|
||||
terraform_0_9
|
||||
terraform_0_10
|
||||
terraform_0_10-full
|
||||
terraform_0_11
|
||||
terraform_0_11-full
|
||||
terraform_plugins_test
|
||||
|
Loading…
Reference in New Issue
Block a user