about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-10-20 07:15:12 -0500
committerGitHub <noreply@github.com>2022-10-20 07:15:12 -0500
commit05cc21509003cf277176ca234ea963af94419307 (patch)
treefa69d4730585d82ad6fa945cb2108b4e59978f3b /pkgs/applications
parenta73a7b250117434903e0307c980ff980e265d2e5 (diff)
parentb044727ea9452bc1342811c39d29ca52dea60b68 (diff)
Merge pull request #196662 from r-ryantm/auto-update/terragrunt
terragrunt: 0.39.1 -> 0.39.2
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 d638ddf1234bb..10649ffb9ffdb 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.39.1";
+  version = "0.39.2";
 
   src = fetchFromGitHub {
     owner = "gruntwork-io";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-Ino16JARoQMudZ82kI/uJE+KyNpyqPu3/Dx2c155jcQ=";
+    sha256 = "sha256-YHPtOcWhUDcCqtAmxy/veBgpYY+UmnmK2IwplI5uRh0=";
   };
 
   vendorSha256 = "sha256-CqImT90jFFLi6XR7jfzFKwhnCHK6B+aM+Ba/L+G3bEg=";