terraform_1_0_0: rename to terraform_1_0
Only use major_minor so we can bump minor versions.
This commit is contained in:
parent
319537cb02
commit
f33e2c5c2b
@ -190,7 +190,7 @@ rec {
|
|||||||
passthru = { inherit plugins; };
|
passthru = { inherit plugins; };
|
||||||
});
|
});
|
||||||
|
|
||||||
terraform_1_0_0 = pluggable (generic {
|
terraform_1_0 = pluggable (generic {
|
||||||
version = "1.0.0";
|
version = "1.0.0";
|
||||||
sha256 = "sha256-ddcT/I2Qn1pKFyhXgh+CcD3fSv2steSNmjyyiS2SE/o=";
|
sha256 = "sha256-ddcT/I2Qn1pKFyhXgh+CcD3fSv2steSNmjyyiS2SE/o=";
|
||||||
vendorSha256 = "sha256-oFvoEsDunJR4IULdGwS6nHBKWEgUehgT+nNM41W/GYo=";
|
vendorSha256 = "sha256-oFvoEsDunJR4IULdGwS6nHBKWEgUehgT+nNM41W/GYo=";
|
||||||
|
@ -817,6 +817,7 @@ mapAliases ({
|
|||||||
telepathy_qt5 = libsForQt5.telepathy; # added 2015-12-19
|
telepathy_qt5 = libsForQt5.telepathy; # added 2015-12-19
|
||||||
telepathy_salut = telepathy-salut; # added 2018-02-25
|
telepathy_salut = telepathy-salut; # added 2018-02-25
|
||||||
telnet = inetutils; # added 2018-05-15
|
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-ibm = terraform-providers.ibm; # added 2018-09-28
|
||||||
terraform-provider-libvirt = terraform-providers.libvirt; # added 2018-09-28
|
terraform-provider-libvirt = terraform-providers.libvirt; # added 2018-09-28
|
||||||
terraform-provider-lxd = terraform-providers.lxd; # added 2020-03-16
|
terraform-provider-lxd = terraform-providers.lxd; # added 2020-03-16
|
||||||
|
@ -31246,7 +31246,7 @@ in
|
|||||||
terraform_0_13
|
terraform_0_13
|
||||||
terraform_0_14
|
terraform_0_14
|
||||||
terraform_0_15
|
terraform_0_15
|
||||||
terraform_1_0_0
|
terraform_1_0
|
||||||
terraform_plugins_test
|
terraform_plugins_test
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user