summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/terragrunt
diff options
context:
space:
mode:
authorPeter Hoeg <peter@speartail.com>2017-01-29 21:09:17 +0800
committerFranz Pletz <fpletz@fnordicwalking.de>2017-01-29 17:12:57 +0100
commit5867045469fe69aa87048dc9d65120e120b97762 (patch)
treeae40510a4aebc4763d99a8cf42d0cc931f86a276 /pkgs/applications/networking/cluster/terragrunt
parentfe6c4eb8e661ca054c479938a90be8eb89bd111f (diff)
downloadnixlib-5867045469fe69aa87048dc9d65120e120b97762.tar
nixlib-5867045469fe69aa87048dc9d65120e120b97762.tar.gz
nixlib-5867045469fe69aa87048dc9d65120e120b97762.tar.bz2
nixlib-5867045469fe69aa87048dc9d65120e120b97762.tar.lz
nixlib-5867045469fe69aa87048dc9d65120e120b97762.tar.xz
nixlib-5867045469fe69aa87048dc9d65120e120b97762.tar.zst
nixlib-5867045469fe69aa87048dc9d65120e120b97762.zip
terragrunt: 0.9.3 -> 0.9.6
Diffstat (limited to 'pkgs/applications/networking/cluster/terragrunt')
-rw-r--r--pkgs/applications/networking/cluster/terragrunt/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/terragrunt/default.nix b/pkgs/applications/networking/cluster/terragrunt/default.nix
index aad37ca4d56a..98e8beefd066 100644
--- a/pkgs/applications/networking/cluster/terragrunt/default.nix
+++ b/pkgs/applications/networking/cluster/terragrunt/default.nix
@@ -2,7 +2,7 @@
 
 buildGoPackage rec {
   name = "terragrunt-${version}";
-  version = "0.9.3";
+  version = "0.9.6";
 
   goPackagePath = "github.com/gruntwork-io/terragrunt";
 
@@ -10,7 +10,7 @@ buildGoPackage rec {
     rev    = "v${version}";
     owner  = "gruntwork-io";
     repo   = "terragrunt";
-    sha256 = "0i6sqgyxhi6icp7nps9prc40m9wsbr71v967kgl2865sgb214rdx";
+    sha256 = "0x4qpf4jqrm55rg5xifk6gz4gy42506k5g1l5461xln0rsmifpkf";
   };
 
   goDeps = ./deps.nix;