Merge pull request #177784 from techknowlogick/bterra-3

terraform: 1.2.2 -> 1.2.3

authored by Jörg Thalheim and committed by GitHub 0e3b49e9 4019eadd

+3 -3
+3 -3
pkgs/applications/networking/cluster/terraform/default.nix
··· 192 192 }; 193 193 194 194 terraform_1 = mkTerraform { 195 - version = "1.2.2"; 196 - sha256 = "sha256-LkRCumyNHVBSsXRp1ovNMGCeidK/jVCjh9H1HSE1Lm8="; 197 - vendorSha256 = "sha256-CVgAmPM0nt0Wx+N0qs+IO5KwCWnbfif70EHjBi0bIsQ="; 195 + version = "1.2.3"; 196 + sha256 = "sha256-hkPlufjlvmI5tKz1VTY5RztuDKEsgjrLR+f7HRrJmkA="; 197 + vendorSha256 = "sha256-1RKnNF3NC0fGiU2VKz43UBGP33QrLxESVuH6IV6kYqA="; 198 198 patches = [ ./provider-path-0_15.patch ]; 199 199 passthru = { 200 200 inherit plugins;