about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/terraform
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-12-16 16:47:42 -0500
committerGitHub <noreply@github.com>2021-12-16 22:47:42 +0100
commit4ad16e2da0589eda673bcc3153ed5872ca6c2521 (patch)
tree80e9093a5f5707500591a53e7f78314ca500cbcb /pkgs/applications/networking/cluster/terraform
parent4a7d9aa0e44ea00fa0054f06617c0f095090e9e3 (diff)
terraform: 1.1.0 -> 1.1.1 (#150960)
https://github.com/hashicorp/terraform/releases/tag/v1.1.1
Diffstat (limited to 'pkgs/applications/networking/cluster/terraform')
-rw-r--r--pkgs/applications/networking/cluster/terraform/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/terraform/default.nix b/pkgs/applications/networking/cluster/terraform/default.nix
index da4fc449bed34..087a0bf6c4e31 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; };