From 4ad16e2da0589eda673bcc3153ed5872ca6c2521 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Thu, 16 Dec 2021 16:47:42 -0500 Subject: [PATCH] terraform: 1.1.0 -> 1.1.1 (#150960) https://github.com/hashicorp/terraform/releases/tag/v1.1.1 --- pkgs/applications/networking/cluster/terraform/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/cluster/terraform/default.nix b/pkgs/applications/networking/cluster/terraform/default.nix index da4fc449bed3..087a0bf6c4e3 100644 --- a/pkgs/applications/networking/cluster/terraform/default.nix +++ b/pkgs/applications/networking/cluster/terraform/default.nix @@ -197,8 +197,8 @@ rec { }; terraform_1 = mkTerraform { - version = "1.1.0"; - sha256 = "sha256-nnYMoQitqFbOjI8twDh9hWDb1qxMNNVy6wldxkyDKY0="; + version = "1.1.1"; + sha256 = "sha256-JHwHxFpAUVnm9QlfSYrBELrgct0RkjS7OQb6gKEAsCA="; vendorSha256 = "sha256-inPNvNUcil9X0VQ/pVgZdnnmn9UCfEz7qXiuKDj8RYM="; patches = [ ./provider-path-0_15.patch ]; passthru = { inherit plugins; };