summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-01-06 14:17:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2021-01-06 14:17:00 -0500
commitaed53ea2d3cde79087add0107f57ef36f16f1faa (patch)
treec10e0ceef6d0d65a45b7ff6bc4588557da2c4a4b /pkgs
parent81fe5e0bf91c60314f2d64b06e3c58cbc7e67ac2 (diff)
downloadnixpkgs-aed53ea2d3cde79087add0107f57ef36f16f1faa.tar
nixpkgs-aed53ea2d3cde79087add0107f57ef36f16f1faa.tar.gz
nixpkgs-aed53ea2d3cde79087add0107f57ef36f16f1faa.tar.bz2
nixpkgs-aed53ea2d3cde79087add0107f57ef36f16f1faa.tar.lz
nixpkgs-aed53ea2d3cde79087add0107f57ef36f16f1faa.tar.xz
nixpkgs-aed53ea2d3cde79087add0107f57ef36f16f1faa.tar.zst
nixpkgs-aed53ea2d3cde79087add0107f57ef36f16f1faa.zip
terraform_0_13: 0.13.5 -> 0.13.6
https://github.com/hashicorp/terraform/releases/tag/v0.13.6
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 f6a5e951975..42b27284dd0 100644
--- a/pkgs/applications/networking/cluster/terraform/default.nix
+++ b/pkgs/applications/networking/cluster/terraform/default.nix
@@ -150,8 +150,8 @@ in rec {
   });
 
   terraform_0_13 = pluggable (generic {
-    version = "0.13.5";
-    sha256 = "1fnydzm5h65pdy2gkq403sllx05cvpldkdzdpcy124ywljb4x9d8";
+    version = "0.13.6";
+    sha256 = "04vas8i894ssfhncdvljdvmvj2qzfrcs20zcv71l1wmnnv9ibs6l";
     patches = [ ./provider-path.patch ];
     passthru = { inherit plugins; };
   });