Skip to content

Commit 3565f25

Browse files
r-ryantmzowoq
authored andcommitted
terraform: 1.11.4 -> 1.12.0
1 parent 4e75dd8 commit 3565f25

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
@@ -194,9 +194,9 @@ rec {
194194
mkTerraform = attrs: pluggable (generic attrs);
195195

196196
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=";
200200
patches = [ ./provider-path-0_15.patch ];
201201
passthru = {
202202
inherit plugins;

0 commit comments

Comments
 (0)