about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorzimbatm <zimbatm@zimbatm.com>2016-11-03 16:23:30 +0000
committerzimbatm <zimbatm@zimbatm.com>2016-11-03 16:23:48 +0000
commit7e9d6a1e269fcc78f34217acb0f8c0e0bea62ad6 (patch)
treeecc7ae0fa3ddb3208f5736aa26e038d6558d4d6b /pkgs/applications/networking
parent5187c28f9192db77869f14d31c8f844e3859d463 (diff)
downloadnixlib-7e9d6a1e269fcc78f34217acb0f8c0e0bea62ad6.tar
nixlib-7e9d6a1e269fcc78f34217acb0f8c0e0bea62ad6.tar.gz
nixlib-7e9d6a1e269fcc78f34217acb0f8c0e0bea62ad6.tar.bz2
nixlib-7e9d6a1e269fcc78f34217acb0f8c0e0bea62ad6.tar.lz
nixlib-7e9d6a1e269fcc78f34217acb0f8c0e0bea62ad6.tar.xz
nixlib-7e9d6a1e269fcc78f34217acb0f8c0e0bea62ad6.tar.zst
nixlib-7e9d6a1e269fcc78f34217acb0f8c0e0bea62ad6.zip
terraform: 0.7.7 -> 0.7.8
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 bbceca88ae8e..c7f2bc83c4dc 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.7.7";
+  version = "0.7.8";
   rev = "v${version}";
 
   goPackagePath = "github.com/hashicorp/terraform";
@@ -11,7 +11,7 @@ buildGoPackage rec {
     inherit rev;
     owner = "hashicorp";
     repo = "terraform";
-    sha256 = "0wza5ladh406lf8hd4fbh4ri82qbcf91lif82357ldy78ghsi5g7";
+    sha256 = "0b42qji85h49aabzlb21vkcfpykrf8g4k2a51jhz9y28ywpbx5n4";
   };
 
   postInstall = ''