about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-05-13 20:20:20 -0500
committerMario Rodas <marsam@users.noreply.github.com>2020-05-13 20:20:20 -0500
commit0b72a749ae200b30a1ed0379cca7dc989763c8df (patch)
treecaee522758ab72347aebd86d84ccabd81ff0a04c /pkgs/applications/networking
parentb03aaae436e0566f8312a62868c55e7d974f1fb4 (diff)
downloadnixlib-0b72a749ae200b30a1ed0379cca7dc989763c8df.tar
nixlib-0b72a749ae200b30a1ed0379cca7dc989763c8df.tar.gz
nixlib-0b72a749ae200b30a1ed0379cca7dc989763c8df.tar.bz2
nixlib-0b72a749ae200b30a1ed0379cca7dc989763c8df.tar.lz
nixlib-0b72a749ae200b30a1ed0379cca7dc989763c8df.tar.xz
nixlib-0b72a749ae200b30a1ed0379cca7dc989763c8df.tar.zst
nixlib-0b72a749ae200b30a1ed0379cca7dc989763c8df.zip
terraform: 0.12.24 -> 0.12.25
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.25
Diffstat (limited to 'pkgs/applications/networking')
-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 516c4e514029..ec9f02fe9e2f 100644
--- a/pkgs/applications/networking/cluster/terraform/default.nix
+++ b/pkgs/applications/networking/cluster/terraform/default.nix
@@ -118,8 +118,8 @@ in rec {
   terraform_0_11-full = terraform_0_11.full;
 
   terraform_0_12 = pluggable (generic {
-    version = "0.12.24";
-    sha256 = "1rjihp6qcaizp2nnv4z20kpmjnqcw95pq5rnhq381a3pdzr0cd0z";
+    version = "0.12.25";
+    sha256 = "0xq4327386x6isw82d4xyq70pw7xxlh4sgmqas0b2pvyz85jxdch";
     patches = [
         ./provider-path.patch
         (fetchpatch {