summary refs log tree commit diff
diff options
context:
space:
mode:
authorStephen <stephengroat@users.noreply.github.com>2018-08-14 10:35:32 -0700
committerGitHub <noreply@github.com>2018-08-14 10:35:32 -0700
commite36ea4b1bf662e9975d38059d2c58dc050769b47 (patch)
treef73f2c1012d38cd2687f9f7f99362c46f26afebd
parent2d1316ec41d4e57fc52c9f5a0cf486dd502c751c (diff)
downloadnixlib-e36ea4b1bf662e9975d38059d2c58dc050769b47.tar
nixlib-e36ea4b1bf662e9975d38059d2c58dc050769b47.tar.gz
nixlib-e36ea4b1bf662e9975d38059d2c58dc050769b47.tar.bz2
nixlib-e36ea4b1bf662e9975d38059d2c58dc050769b47.tar.lz
nixlib-e36ea4b1bf662e9975d38059d2c58dc050769b47.tar.xz
nixlib-e36ea4b1bf662e9975d38059d2c58dc050769b47.tar.zst
nixlib-e36ea4b1bf662e9975d38059d2c58dc050769b47.zip
terragrunt: 0.14.6 -> 0.16.5
-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 996c994cf4cf..fdf254a4ec0a 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.14.6";
+  version = "0.16.5";
 
   goPackagePath = "github.com/gruntwork-io/terragrunt";
 
@@ -10,7 +10,7 @@ buildGoPackage rec {
     owner  = "gruntwork-io";
     repo   = "terragrunt";
     rev    = "v${version}";
-    sha256 = "14zg1h76wfg6aa78llcnza7kapnl5ks6m2vg73b90azfi49fmkwz";
+    sha256 = "17xmk5qxlmz2g41jqd0b9ad6jd5yyw2wqi2h323bs4f3rpfkxzpd";
   };
 
   goDeps = ./deps.nix;