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