Skip to content

Commit 11a70a5

Browse files
techknowlogickzowoq
authored andcommitted
1 parent 439d34f commit 11a70a5

File tree

1 file changed

+3
-3
lines changed
  • pkgs/applications/networking/cluster/terraform

1 file changed

+3
-3
lines changed

pkgs/applications/networking/cluster/terraform/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,9 @@ rec {
184184
mkTerraform = attrs: pluggable (generic attrs);
185185

186186
terraform_1 = mkTerraform {
187-
version = "1.10.5";
188-
hash = "sha256-6Y9r3VxL3DRvUaU6hLE+SdqjfIF+PAlXEYBPBc571QE=";
189-
vendorHash = "sha256-xyFguSjqUweZyoO97nkjLfJWS+eifNV7hpJUjh/6Z54=";
187+
version = "1.11.0";
188+
hash = "sha256-CPt1SxZZEvK2MXk45vvtKb2/NR/4yNWXBEUm6dvBXkU=";
189+
vendorHash = "sha256-xF9m67GE3MgeKqy7DGAf8RO1/MCZ5Uis1XNrajogQcI=";
190190
patches = [ ./provider-path-0_15.patch ];
191191
passthru = {
192192
inherit plugins;

0 commit comments

Comments
 (0)