about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorkashw2 <supra4keanu@hotmail.com>2023-11-06 12:57:43 +1000
committerkashw2 <supra4keanu@hotmail.com>2023-11-06 12:57:57 +1000
commitefd2139d1e29677c309d3d49869f5cea1be6ba22 (patch)
tree83460364fd34efef49745117c33a3bf7caad9959 /pkgs
parent0d93ec62e06faec6c52331a8a87bd5721b38ce14 (diff)
terragrunt: 0.53.0 -> 0.53.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/cluster/terragrunt/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/terragrunt/default.nix b/pkgs/applications/networking/cluster/terragrunt/default.nix
index 1cf21e63a1342..638a3089033ff 100644
--- a/pkgs/applications/networking/cluster/terragrunt/default.nix
+++ b/pkgs/applications/networking/cluster/terragrunt/default.nix
@@ -5,16 +5,16 @@
 
 buildGoModule rec {
   pname = "terragrunt";
-  version = "0.53.0";
+  version = "0.53.2";
 
   src = fetchFromGitHub {
     owner = "gruntwork-io";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-Y3the1+p+ZAkPxKnScNIup7cfyTtE2LU3IdghA0mOY8=";
+    hash = "sha256-nolZ660rU7WisQdufswrH5vqAedKlA3Y0AQMul/+sTo=";
   };
 
-  vendorHash = "sha256-5O3souGEosqLFxZpGbak4r57V39lR6X8mEPgfad3X5Q=";
+  vendorHash = "sha256-1+ebqMqtil2/KrFjRIfCx60aWu8ByIFV1my8RiUrSNo=";
 
   doCheck = false;