terraform_1_0_0: rename to terraform_1_0

Only use major_minor so we can bump minor versions.
This commit is contained in:
zimbatm 2021-06-15 11:59:47 +02:00
parent 319537cb02
commit f33e2c5c2b
No known key found for this signature in database
GPG Key ID: 71BAF6D40C1D63D7
3 changed files with 3 additions and 2 deletions

View File

@ -190,7 +190,7 @@ rec {
passthru = { inherit plugins; };
});
terraform_1_0_0 = pluggable (generic {
terraform_1_0 = pluggable (generic {
version = "1.0.0";
sha256 = "sha256-ddcT/I2Qn1pKFyhXgh+CcD3fSv2steSNmjyyiS2SE/o=";
vendorSha256 = "sha256-oFvoEsDunJR4IULdGwS6nHBKWEgUehgT+nNM41W/GYo=";

View File

@ -817,6 +817,7 @@ mapAliases ({
telepathy_qt5 = libsForQt5.telepathy; # added 2015-12-19
telepathy_salut = telepathy-salut; # added 2018-02-25
telnet = inetutils; # added 2018-05-15
terraform_1_0_0 = terraform_1_0; # added 2021-06-15
terraform-provider-ibm = terraform-providers.ibm; # added 2018-09-28
terraform-provider-libvirt = terraform-providers.libvirt; # added 2018-09-28
terraform-provider-lxd = terraform-providers.lxd; # added 2020-03-16

View File

@ -31246,7 +31246,7 @@ in
terraform_0_13
terraform_0_14
terraform_0_15
terraform_1_0_0
terraform_1_0
terraform_plugins_test
;