about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/terraform
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.com>2023-10-10 18:04:43 -0400
committertechknowlogick <techknowlogick@gitea.com>2023-10-10 18:04:43 -0400
commitf29f111b2de1e61f3044e599de18e57b8e544c18 (patch)
treee08ab4dab1937f570e62e3fb521eb6880d3ea80a /pkgs/applications/networking/cluster/terraform
parenta68655c5eb93bc593f23a16b64a63edf9d2d9d21 (diff)
terraform_1: 1.6.0 -> 1.6.1
Diff: https://github.com/hashicorp/terraform/compare/v1.6.0...v1.6.1

Changelog: https://github.com/hashicorp/terraform/blob/v1.6.1/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 e6c122a53910b..38051dff543c2 100644
--- a/pkgs/applications/networking/cluster/terraform/default.nix
+++ b/pkgs/applications/networking/cluster/terraform/default.nix
@@ -167,9 +167,9 @@ rec {
   mkTerraform = attrs: pluggable (generic attrs);
 
   terraform_1 = mkTerraform {
-    version = "1.6.0";
-    hash = "sha256-R1phgtGn9hyNqa0wR1zY9uThTJSIj7TuK5ekXx48QP0=";
-    vendorHash = "sha256-V7S+IzHfBhIHo0xCvHJ75gOmvVbJd2k8XBdvLG1dcsc=";
+    version = "1.6.1";
+    hash = "sha256-qUJruwpec4uZ/gPWzpbQOMfSxkwRkRDlWDmVIgqe5A8=";
+    vendorHash = "sha256-1ZQDgNeMC59KrmZpA8T+Etbuk2MQKQsDYzqPGl6Y4Hg=";
     patches = [ ./provider-path-0_15.patch ];
     passthru = {
       inherit plugins;