From a72d15df15c190defc2c314216d8b501eaecf081 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Tue, 3 Dec 2019 04:35:55 -0500 Subject: [PATCH] terraform: 0.12.16 -> 0.12.17 (#74873) Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.17 --- pkgs/applications/networking/cluster/terraform/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/cluster/terraform/default.nix b/pkgs/applications/networking/cluster/terraform/default.nix index f8b42470de7..1bffafac882 100644 --- a/pkgs/applications/networking/cluster/terraform/default.nix +++ b/pkgs/applications/networking/cluster/terraform/default.nix @@ -112,8 +112,8 @@ in rec { terraform_0_11-full = terraform_0_11.full; terraform_0_12 = pluggable (generic { - version = "0.12.16"; - sha256 = "10r9vra4d3lyms9cvl0g1ij6ldcfi3vjrqsmd52isrmlmjdzm8nk"; + version = "0.12.17"; + sha256 = "1pmvjbmzws5qjzz34dw0fcb6p36vafqs0h8i87g7lmhckb9bqihv"; patches = [ ./provider-path.patch ]; passthru = { inherit plugins; }; });