about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/terraform
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2023-07-13 18:45:58 +1000
committerGitHub <noreply@github.com>2023-07-13 10:45:58 +0200
commit1128a6668a27668a7d2799ebdc9e31e3ea3f727f (patch)
treecd04e23ddf68b8f89cebcf069b84d8b5677c610b /pkgs/applications/networking/cluster/terraform
parent6a05eeb5156ece5c3580ebe553f3882ae3667c04 (diff)
downloadnixlib-1128a6668a27668a7d2799ebdc9e31e3ea3f727f.tar
nixlib-1128a6668a27668a7d2799ebdc9e31e3ea3f727f.tar.gz
nixlib-1128a6668a27668a7d2799ebdc9e31e3ea3f727f.tar.bz2
nixlib-1128a6668a27668a7d2799ebdc9e31e3ea3f727f.tar.lz
nixlib-1128a6668a27668a7d2799ebdc9e31e3ea3f727f.tar.xz
nixlib-1128a6668a27668a7d2799ebdc9e31e3ea3f727f.tar.zst
nixlib-1128a6668a27668a7d2799ebdc9e31e3ea3f727f.zip
terraform: 1.5.2 -> 1.5.3 (#243204)
Diff: https://github.com/hashicorp/terraform/compare/v1.5.2...v1.5.3

Changelog: https://github.com/hashicorp/terraform/blob/v1.5.3/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 111ec28dfaab..1aff80d275f2 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.5.2";
-    hash = "sha256-Ri2nWLjPPBINXyPIQSbnd1L+t7QLgXiTOgqX8Dk/rXg=";
-    vendorHash = "sha256-tfCfJj39VP+P4qhJTpEIAi4XB+6VYtVKkV/bTrtnFA0=";
+    version = "1.5.3";
+    hash = "sha256-4TnTYzjy8v5+mcV/JIiMPLCTPSanfmbTGzwlMovwlOo=";
+    vendorHash = "sha256-lQgWNMBf+ioNxzAV7tnTQSIS840XdI9fg9duuwoK+U4=";
     patches = [ ./provider-path-0_15.patch ];
     passthru = {
       inherit plugins;