summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorJascha Geerds <jascha@jgeerds.name>2017-01-28 00:49:13 +0100
committerJascha Geerds <jascha@jgeerds.name>2017-01-28 00:49:13 +0100
commit5213e6326cef7011ba777439737842365534fa81 (patch)
tree8b22f5d360996914ecc37e06b2c816b3804eae07 /pkgs/applications/networking
parentd75035fbf818981327605a099b4ddff62c9e74ca (diff)
downloadnixlib-5213e6326cef7011ba777439737842365534fa81.tar
nixlib-5213e6326cef7011ba777439737842365534fa81.tar.gz
nixlib-5213e6326cef7011ba777439737842365534fa81.tar.bz2
nixlib-5213e6326cef7011ba777439737842365534fa81.tar.lz
nixlib-5213e6326cef7011ba777439737842365534fa81.tar.xz
nixlib-5213e6326cef7011ba777439737842365534fa81.tar.zst
nixlib-5213e6326cef7011ba777439737842365534fa81.zip
terraform: 0.8.4 -> 0.8.5
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 ffbdec6e117a..f9521a4dc177 100644
--- a/pkgs/applications/networking/cluster/terraform/default.nix
+++ b/pkgs/applications/networking/cluster/terraform/default.nix
@@ -2,7 +2,7 @@
 
 buildGoPackage rec {
   name = "terraform-${version}";
-  version = "0.8.4";
+  version = "0.8.5";
   rev = "v${version}";
 
   goPackagePath = "github.com/hashicorp/terraform";
@@ -11,7 +11,7 @@ buildGoPackage rec {
     inherit rev;
     owner = "hashicorp";
     repo = "terraform";
-    sha256 = "0wjz7plzi7bgrbw22kgqpbai1j3rmqayrmjcp9dq6a361l9a0msw";
+    sha256 = "1cxwv3652fpsbm2zk1akw356cd7w7vhny1623ighgbz9ha8gvg09";
   };
 
   postInstall = ''