about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorkashw2 <supra4keanu@hotmail.com>2023-11-25 21:05:31 +1000
committerkashw2 <supra4keanu@hotmail.com>2023-11-25 21:05:44 +1000
commit7625075fae710416ac4c2228e6e801ad639b97cb (patch)
treedd2b3764c289f5d43b5b3f4fb5784a021a26883d /pkgs
parent280b2156780a23df4ae73b6c2c11ca0aa5ea996b (diff)
terragrunt: 0.53.5 -> 0.53.6
Diffstat (limited to 'pkgs')
-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 d11f15d0ab890..07cdf772f7b1c 100644
--- a/pkgs/applications/networking/cluster/terragrunt/default.nix
+++ b/pkgs/applications/networking/cluster/terragrunt/default.nix
@@ -5,13 +5,13 @@
 
 buildGoModule rec {
   pname = "terragrunt";
-  version = "0.53.5";
+  version = "0.53.6";
 
   src = fetchFromGitHub {
     owner = "gruntwork-io";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-1rGRtBDCw35y8x14lno+obUTzplFU5u3f87I5TVO7/8=";
+    hash = "sha256-v8e23jzSUHLJwg67Ype+kCM3g/ZyxiSd8cLuywqZj3Y=";
   };
 
   vendorHash = "sha256-h1rDXxvPhQfGUpxOmnksy3l8kMq93nxOQ9adJFyZnOY=";