terraform: 1.11.4 -> 1.12.0

authored by R. Ryantm and committed by zowoq 3565f259 4e75dd89

+3 -3
+3 -3
pkgs/applications/networking/cluster/terraform/default.nix
··· 194 194 mkTerraform = attrs: pluggable (generic attrs); 195 195 196 196 terraform_1 = mkTerraform { 197 - version = "1.11.4"; 198 - hash = "sha256-VGptJz+MbJ8nJRGUW9LzX6IDLYbjI5tK40ZhkZCGVf0="; 199 - vendorHash = "sha256-pDtWGDKEnYq4wJYG+Rr5C1pWN/X92P+wvHrNm0Ldh+8="; 197 + version = "1.12.0"; 198 + hash = "sha256-+EjsKl13kx3uJ50TrZIJLrvf4RBWDJsp1PD1dwtP6XA="; 199 + vendorHash = "sha256-zWNLIurNP5e/AWr84kQCb2+gZIn6EAsuvr0ZnfSq7Zw="; 200 200 patches = [ ./provider-path-0_15.patch ]; 201 201 passthru = { 202 202 inherit plugins;