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-07-26 04:20:00 +0000
committerzowoq <59103226+zowoq@users.noreply.github.com>2023-07-27 10:24:16 +1000
commit88c693d64e59e6ef50c24c49f26926c3f2d6ed9e (patch)
tree88f92b5787e2a73a94df5a1e16604acd3be4dc78 /pkgs/applications/networking/cluster/terraform
parent6dccf0c4d737b67d9a06132f6418a6695aa61c58 (diff)
downloadnixlib-88c693d64e59e6ef50c24c49f26926c3f2d6ed9e.tar
nixlib-88c693d64e59e6ef50c24c49f26926c3f2d6ed9e.tar.gz
nixlib-88c693d64e59e6ef50c24c49f26926c3f2d6ed9e.tar.bz2
nixlib-88c693d64e59e6ef50c24c49f26926c3f2d6ed9e.tar.lz
nixlib-88c693d64e59e6ef50c24c49f26926c3f2d6ed9e.tar.xz
nixlib-88c693d64e59e6ef50c24c49f26926c3f2d6ed9e.tar.zst
nixlib-88c693d64e59e6ef50c24c49f26926c3f2d6ed9e.zip
terraform: 1.5.3 -> 1.5.4
Diff: https://github.com/hashicorp/terraform/compare/v1.5.3...v1.5.4

Changelog: https://github.com/hashicorp/terraform/blob/v1.5.4/CHANGELOG.md
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 1aff80d275f2..fe653013cf4d 100644
--- a/pkgs/applications/networking/cluster/terraform/default.nix
+++ b/pkgs/applications/networking/cluster/terraform/default.nix
@@ -166,8 +166,8 @@ rec {
   mkTerraform = attrs: pluggable (generic attrs);
 
   terraform_1 = mkTerraform {
-    version = "1.5.3";
-    hash = "sha256-4TnTYzjy8v5+mcV/JIiMPLCTPSanfmbTGzwlMovwlOo=";
+    version = "1.5.4";
+    hash = "sha256-MvN4gSJcPORD0wj6ixc3gUXPISGvAKSJPA6bS/SmDOY=";
     vendorHash = "sha256-lQgWNMBf+ioNxzAV7tnTQSIS840XdI9fg9duuwoK+U4=";
     patches = [ ./provider-path-0_15.patch ];
     passthru = {