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-06-12 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-06-12 04:20:00 +0000
commitc18e23718742e8cf8aa9150e2085c762b4a907f3 (patch)
tree1ab21f71f36d3f3153b3e597d2c66310132ab1ba /pkgs/applications/networking/cluster/terraform
parent308d41aff1c142675ae1dd101bbcc0df1a1badec (diff)
downloadnixlib-c18e23718742e8cf8aa9150e2085c762b4a907f3.tar
nixlib-c18e23718742e8cf8aa9150e2085c762b4a907f3.tar.gz
nixlib-c18e23718742e8cf8aa9150e2085c762b4a907f3.tar.bz2
nixlib-c18e23718742e8cf8aa9150e2085c762b4a907f3.tar.lz
nixlib-c18e23718742e8cf8aa9150e2085c762b4a907f3.tar.xz
nixlib-c18e23718742e8cf8aa9150e2085c762b4a907f3.tar.zst
nixlib-c18e23718742e8cf8aa9150e2085c762b4a907f3.zip
terraform: 1.4.6 -> 1.5.0
Diff: https://github.com/hashicorp/terraform/compare/v1.4.6...v1.5.0

Changelog: https://github.com/hashicorp/terraform/blob/v1.5.0/CHANGELOG.md
Diffstat (limited to 'pkgs/applications/networking/cluster/terraform')
-rw-r--r--pkgs/applications/networking/cluster/terraform/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/terraform/default.nix b/pkgs/applications/networking/cluster/terraform/default.nix
index 636570150e99..10f6c744cc3e 100644
--- a/pkgs/applications/networking/cluster/terraform/default.nix
+++ b/pkgs/applications/networking/cluster/terraform/default.nix
@@ -166,9 +166,9 @@ rec {
   mkTerraform = attrs: pluggable (generic attrs);
 
   terraform_1 = mkTerraform {
-    version = "1.4.6";
-    hash = "sha256-V5sI8xmGASBZrPFtsnnfMEHapjz4BH3hvl0+DGjUSxQ=";
-    vendorHash = "sha256-OW/aS6aBoHABxfdjDxMJEdHwLuHHtPR2YVW4l0sHPjE=";
+    version = "1.5.0";
+    hash = "sha256-QLCmA4u0br9EyQ244VcpLW5GkZm+bhq2/vvxSbYolCY=";
+    vendorHash = "sha256-tfCfJj39VP+P4qhJTpEIAi4XB+6VYtVKkV/bTrtnFA0=";
     patches = [ ./provider-path-0_15.patch ];
     passthru = {
       inherit plugins;