terraform: 1.8.2 -> 1.8.3

authored by R. Ryantm and committed by zowoq c3a95d6d ae468e8b

+2 -2
+2 -2
pkgs/applications/networking/cluster/terraform/default.nix
··· 166 mkTerraform = attrs: pluggable (generic attrs); 167 168 terraform_1 = mkTerraform { 169 - version = "1.8.2"; 170 - hash = "sha256-c9RzdmaTXMOi4oP++asoysDpt/BSvBK/GmEDDGViSl0="; 171 vendorHash = "sha256-2+ctm1lJjCHITWV7BqoqgBlXKjNT4lueAt4F3UtoL9Q="; 172 patches = [ ./provider-path-0_15.patch ]; 173 passthru = {
··· 166 mkTerraform = attrs: pluggable (generic attrs); 167 168 terraform_1 = mkTerraform { 169 + version = "1.8.3"; 170 + hash = "sha256-4W1Cs3PAGn43eGDK15qSvN+gLdkkoFIwhejcJsCqcYA="; 171 vendorHash = "sha256-2+ctm1lJjCHITWV7BqoqgBlXKjNT4lueAt4F3UtoL9Q="; 172 patches = [ ./provider-path-0_15.patch ]; 173 passthru = {