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>2023-03-30 04:20:00 +0000
committerzowoq <59103226+zowoq@users.noreply.github.com>2023-03-31 10:02:02 +1000
commit1119d15f271f9bfa7dc94d670759bd86b5219592 (patch)
treeed53c330c3a19bda4ce89770165c867f814d72ae /pkgs/applications/networking/cluster/terraform
parent04b40d660ac1721a735f288353ef91f8df1f9e22 (diff)
downloadnixlib-1119d15f271f9bfa7dc94d670759bd86b5219592.tar
nixlib-1119d15f271f9bfa7dc94d670759bd86b5219592.tar.gz
nixlib-1119d15f271f9bfa7dc94d670759bd86b5219592.tar.bz2
nixlib-1119d15f271f9bfa7dc94d670759bd86b5219592.tar.lz
nixlib-1119d15f271f9bfa7dc94d670759bd86b5219592.tar.xz
nixlib-1119d15f271f9bfa7dc94d670759bd86b5219592.tar.zst
nixlib-1119d15f271f9bfa7dc94d670759bd86b5219592.zip
terraform: 1.4.2 -> 1.4.4
https://github.com/hashicorp/terraform/releases/tag/v1.4.3
https://github.com/hashicorp/terraform/releases/tag/v1.4.4
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 215e3a781866..f71d98c90d7b 100644
--- a/pkgs/applications/networking/cluster/terraform/default.nix
+++ b/pkgs/applications/networking/cluster/terraform/default.nix
@@ -168,8 +168,8 @@ rec {
   mkTerraform = attrs: pluggable (generic attrs);
 
   terraform_1 = mkTerraform {
-    version = "1.4.2";
-    hash = "sha256-0CxB9VOrRoudJVK96mpuQ6etsI+F2dMh4NQTKQXec9c=";
+    version = "1.4.4";
+    hash = "sha256-Fg9NDV063gWi9Na144jjkK7E8ysE2GR4IYT6qjTgnqw=";
     vendorHash = "sha256-3ZQcWatJlQ6NVoPL/7cKQO6+YCSM3Ld77iLEQK3jBDE=";
     patches = [ ./provider-path-0_15.patch ];
     passthru = {