Merge pull request #120866 from marsam/update-terraform

terraform: 0.12.30 -> 0.12.31, 0.13.6 -> 0.13.7, 0.14.10 -> 0.14.11

authored by zimbatm.tngl.sh and committed by

GitHub 681c2cb7 ba6f0e8f

+6 -7
+6 -7
pkgs/applications/networking/cluster/terraform/default.nix
··· 49 babariviere 50 kalbasit 51 marsam 52 - peterhoeg 53 timstott 54 zimbatm 55 ]; ··· 137 ]; 138 in rec { 139 terraform_0_12 = pluggable (generic { 140 - version = "0.12.30"; 141 - sha256 = "0mv2nsy2ygb1kgkw98xckihcdqxpzhdmks5p2gi2l7wb7lx51yz2"; 142 patches = [ 143 ./provider-path.patch 144 (fetchpatch { ··· 150 }); 151 152 terraform_0_13 = pluggable (generic { 153 - version = "0.13.6"; 154 - sha256 = "04vas8i894ssfhncdvljdvmvj2qzfrcs20zcv71l1wmnnv9ibs6l"; 155 patches = [ ./provider-path.patch ]; 156 passthru = { inherit plugins; }; 157 }); 158 159 terraform_0_14 = pluggable (generic { 160 - version = "0.14.10"; 161 - sha256 = "05vfb8hzma3qxq4w1h25mmgv96g90if214zlar0sm9fq8zsvb1yw"; 162 vendorSha256 = "1d93aqkjdrvabkvix6h1qaxpjzv7w1wa7xa44czdnjs2lapx4smm"; 163 patches = [ ./provider-path.patch ]; 164 passthru = { inherit plugins; };
··· 49 babariviere 50 kalbasit 51 marsam 52 timstott 53 zimbatm 54 ]; ··· 136 ]; 137 in rec { 138 terraform_0_12 = pluggable (generic { 139 + version = "0.12.31"; 140 + sha256 = "03p698xdbk5gj0f9v8v1fpd74zng3948dyy4f2hv7zgks9hid7fg"; 141 patches = [ 142 ./provider-path.patch 143 (fetchpatch { ··· 149 }); 150 151 terraform_0_13 = pluggable (generic { 152 + version = "0.13.7"; 153 + sha256 = "1cahnmp66dk21g7ga6454yfhaqrxff7hpwpdgc87cswyq823fgjn"; 154 patches = [ ./provider-path.patch ]; 155 passthru = { inherit plugins; }; 156 }); 157 158 terraform_0_14 = pluggable (generic { 159 + version = "0.14.11"; 160 + sha256 = "1yi1jj3n61g1kn8klw6l78shd23q79llb7qqwigqrx3ki2mp279j"; 161 vendorSha256 = "1d93aqkjdrvabkvix6h1qaxpjzv7w1wa7xa44czdnjs2lapx4smm"; 162 patches = [ ./provider-path.patch ]; 163 passthru = { inherit plugins; };