about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/terragrunt
diff options
context:
space:
mode:
author06kellyjac <dev@j-k.io>2021-06-07 17:07:17 +0100
committer06kellyjac <dev@j-k.io>2021-06-07 17:07:17 +0100
commit7407133b8015c1e7768087e16f179b20097b9804 (patch)
tree62737d87796a97bc06fa04f749ef8ca575636e2f /pkgs/applications/networking/cluster/terragrunt
parent65c7bed5d2149a97922246e043377e7b3bc6eda2 (diff)
terragrunt: 0.29.8 -> 0.29.9
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 f1e23908723a2..2c3deff9f15ea 100644
--- a/pkgs/applications/networking/cluster/terragrunt/default.nix
+++ b/pkgs/applications/networking/cluster/terragrunt/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "terragrunt";
-  version = "0.29.8";
+  version = "0.29.9";
 
   src = fetchFromGitHub {
     owner = "gruntwork-io";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-zHfY1pl9r9N1Jx9TzbOFYt2VR9hvHWcdFhPc36Q3apE=";
+    sha256 = "sha256-xgoKxA8lc72yhFVHeFkbF5j5/vGAd9TTaJ/aDEYL8Wg=";
   };
 
   vendorSha256 = "sha256-qlSCQtiGHmlk3DyETMoQbbSYhuUSZTsvAnBKuDJI8x8=";