terraform_0_12: remove

Remove the last version that doesn't use the registry
main
zimbatm 2 years ago
parent f3fa6bfe96
commit 090872ef68
No known key found for this signature in database
GPG Key ID: 71BAF6D40C1D63D7
  1. 14
      pkgs/applications/networking/cluster/terraform/default.nix
  2. 1
      pkgs/top-level/aliases.nix
  3. 1
      pkgs/top-level/all-packages.nix

@ -160,20 +160,6 @@ rec {
# Constructor for other terraform versions
mkTerraform = attrs: pluggable (generic attrs);
terraform_0_12 = mkTerraform {
version = "0.12.31";
sha256 = "03p698xdbk5gj0f9v8v1fpd74zng3948dyy4f2hv7zgks9hid7fg";
patches = [
./provider-path.patch
(fetchpatch {
name = "fix-mac-mojave-crashes.patch";
url = "https://github.com/hashicorp/terraform/commit/cd65b28da051174a13ac76e54b7bb95d3051255c.patch";
sha256 = "1k70kk4hli72x8gza6fy3vpckdm3sf881w61fmssrah3hgmfmbrs";
})
];
passthru = { inherit plugins; };
};
terraform_0_13 = mkTerraform {
version = "0.13.7";
sha256 = "1cahnmp66dk21g7ga6454yfhaqrxff7hpwpdgc87cswyq823fgjn";

@ -972,6 +972,7 @@ mapAliases ({
telepathy_salut = telepathy-salut; # added 2018-02-25
telnet = inetutils; # added 2018-05-15
terminus = throw "terminus has been removed, it was unmaintained in nixpkgs"; # added 2021-08-21
terraform_0_12 = throw "terraform_0_12 has been removed from nixpkgs on 2021/01";
terraform_1_0_0 = throw "terraform_1_0_0 has been renamed to terraform_1"; # added 2021-06-15
terraform_1_0 = throw "terraform_1_0 has been renamed to terraform_1"; # added 2021-12-08
terraform-provider-ibm = terraform-providers.ibm; # added 2018-09-28

@ -33589,7 +33589,6 @@ with pkgs;
buildGoModule = buildGo117Module;
})
mkTerraform
terraform_0_12
terraform_0_13
terraform_0_14
terraform_0_15

Loading…
Cancel
Save