about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-11-25 09:38:09 -0500
committerGitHub <noreply@github.com>2023-11-25 09:38:09 -0500
commit6f4084a53c808662fbbcdbe9c7bc78e7a07d8e8f (patch)
tree374f69695d2172cf3931da1e4f07d3c198f3263b /pkgs
parent4da05b15776897334fdac30e2f65c62c18033296 (diff)
parent7625075fae710416ac4c2228e6e801ad639b97cb (diff)
Merge pull request #269844 from kashw2/terragrunt
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=";