terraform_1_0: 1.0.0 -> 1.0.1

This commit is contained in:
Maxine Aubrey 2021-06-25 23:26:44 +02:00
parent 6845a74d4c
commit 9493f6f90e
No known key found for this signature in database
GPG key ID: F6FE033DFCB899F7

View file

@ -194,9 +194,9 @@ rec {
};
terraform_1_0 = mkTerraform {
version = "1.0.0";
sha256 = "sha256-ddcT/I2Qn1pKFyhXgh+CcD3fSv2steSNmjyyiS2SE/o=";
vendorSha256 = "sha256-oFvoEsDunJR4IULdGwS6nHBKWEgUehgT+nNM41W/GYo=";
version = "1.0.1";
sha256 = "0sy33wf2wjhybr5smmyla7ci61w8irk0nrv3vv7h87yli1dd9yj0";
vendorSha256 = "0ai7h85f0xdlh7q04l4hb9m5wajyqbylhvpjanlhkzvc60silhmx";
patches = [ ./provider-path-0_15.patch ];
passthru = { inherit plugins; };
};