about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authormaxine <35892750+maxeaubrey@users.noreply.github.com>2023-08-09 17:05:23 +0200
committerGitHub <noreply@github.com>2023-08-09 17:05:23 +0200
commit54d734a42084589365252987f89642f7525f522b (patch)
tree4cc915552220bb0b14a15b06d04f109a4a0812f7 /pkgs
parent6aee59be4f66078a8c540fda734a094df4b0cdb1 (diff)
parentfdcec8423376bc262deba1c701291e67a9a74c9a (diff)
Merge pull request #248143 from marsam/update-terraform
terraform: 1.5.4 -> 1.5.5
Diffstat (limited to 'pkgs')
-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 8c3cd76f32496..1a2ecf3715864 100644
--- a/pkgs/applications/networking/cluster/terraform/default.nix
+++ b/pkgs/applications/networking/cluster/terraform/default.nix
@@ -167,8 +167,8 @@ rec {
   mkTerraform = attrs: pluggable (generic attrs);
 
   terraform_1 = mkTerraform {
-    version = "1.5.4";
-    hash = "sha256-MvN4gSJcPORD0wj6ixc3gUXPISGvAKSJPA6bS/SmDOY=";
+    version = "1.5.5";
+    hash = "sha256-SBS3a/CIUdyIUJvc+rANIs+oXCQgfZut8b0517QKq64=";
     vendorHash = "sha256-lQgWNMBf+ioNxzAV7tnTQSIS840XdI9fg9duuwoK+U4=";
     patches = [ ./provider-path-0_15.patch ];
     passthru = {