about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorJascha Geerds <jascha@jgeerds.name>2017-01-23 15:46:40 +0100
committerGitHub <noreply@github.com>2017-01-23 15:46:40 +0100
commitebca0c5b1ce57194d1ec6c2d7e7b5e44bfb8e145 (patch)
tree15c07a425c83cec639e5bf350b204305eeee1953 /pkgs/applications
parent24fed4d344852549489072ead8cd1e079e87e02b (diff)
parent17af9e98aecf9588305b9a1aa0495ad433576e76 (diff)
downloadnixlib-ebca0c5b1ce57194d1ec6c2d7e7b5e44bfb8e145.tar
nixlib-ebca0c5b1ce57194d1ec6c2d7e7b5e44bfb8e145.tar.gz
nixlib-ebca0c5b1ce57194d1ec6c2d7e7b5e44bfb8e145.tar.bz2
nixlib-ebca0c5b1ce57194d1ec6c2d7e7b5e44bfb8e145.tar.lz
nixlib-ebca0c5b1ce57194d1ec6c2d7e7b5e44bfb8e145.tar.xz
nixlib-ebca0c5b1ce57194d1ec6c2d7e7b5e44bfb8e145.tar.zst
nixlib-ebca0c5b1ce57194d1ec6c2d7e7b5e44bfb8e145.zip
Merge pull request #22055 from peterhoeg/u/tg
terragrunt: 0.9.1 -> 0.9.3
Diffstat (limited to 'pkgs/applications')
-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 4362d7cff90d..aad37ca4d56a 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.1";
+  version = "0.9.3";
 
   goPackagePath = "github.com/gruntwork-io/terragrunt";
 
@@ -10,7 +10,7 @@ buildGoPackage rec {
     rev    = "v${version}";
     owner  = "gruntwork-io";
     repo   = "terragrunt";
-    sha256 = "19im4sazw09854lnzalljwx22qswly8ffyys3yrjkd2l9vfxfly3";
+    sha256 = "0i6sqgyxhi6icp7nps9prc40m9wsbr71v967kgl2865sgb214rdx";
   };
 
   goDeps = ./deps.nix;