about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2017-08-23 14:19:55 -0400
committerShea Levy <shea@shealevy.com>2017-08-23 14:19:55 -0400
commited9526949f6d17e6df85f111a0443336d124277c (patch)
tree89bef379c223c5c55c3a925330ab1fd78d660f04 /pkgs/applications/networking/cluster
parentff9666772d3473a35d246a38f9cf54563f46ef99 (diff)
downloadnixlib-ed9526949f6d17e6df85f111a0443336d124277c.tar
nixlib-ed9526949f6d17e6df85f111a0443336d124277c.tar.gz
nixlib-ed9526949f6d17e6df85f111a0443336d124277c.tar.bz2
nixlib-ed9526949f6d17e6df85f111a0443336d124277c.tar.lz
nixlib-ed9526949f6d17e6df85f111a0443336d124277c.tar.xz
nixlib-ed9526949f6d17e6df85f111a0443336d124277c.tar.zst
nixlib-ed9526949f6d17e6df85f111a0443336d124277c.zip
terragrunt: 0.12.25 -> 0.13.0
Diffstat (limited to 'pkgs/applications/networking/cluster')
-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 71d595cef6f6..adbe2ab5a54f 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.12.25";
+  version = "0.13.0";
 
   goPackagePath = "github.com/gruntwork-io/terragrunt";
 
@@ -10,7 +10,7 @@ buildGoPackage rec {
     rev    = "v${version}";
     owner  = "gruntwork-io";
     repo   = "terragrunt";
-    sha256 = "0j85abmkspbwdijf9dzm37x3ibqd3bhn01qs165433k74f9m500q";
+    sha256 = "18jbz3vchdp5f3f4grl968k706fdcvj71syf7qmriwdyw4ns83wv";
   };
 
   goDeps = ./deps.nix;