summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/terragrunt
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-08-25 14:05:22 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-08-25 14:05:22 +0000
commit7442367e582b286401f1c87d535d649c8595651e (patch)
tree0e8fa8d1157f4c11b4139d531256e48d9057e9f6 /pkgs/applications/networking/cluster/terragrunt
parent002e0737ff526e15e30ce6be41fc0037d8e88ab7 (diff)
downloadnixpkgs-7442367e582b286401f1c87d535d649c8595651e.tar
nixpkgs-7442367e582b286401f1c87d535d649c8595651e.tar.gz
nixpkgs-7442367e582b286401f1c87d535d649c8595651e.tar.bz2
nixpkgs-7442367e582b286401f1c87d535d649c8595651e.tar.lz
nixpkgs-7442367e582b286401f1c87d535d649c8595651e.tar.xz
nixpkgs-7442367e582b286401f1c87d535d649c8595651e.tar.zst
nixpkgs-7442367e582b286401f1c87d535d649c8595651e.zip
terragrunt: 0.31.5 -> 0.31.7
Diffstat (limited to 'pkgs/applications/networking/cluster/terragrunt')
-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 dba9ff4ae78..214d3bfe344 100644
--- a/pkgs/applications/networking/cluster/terragrunt/default.nix
+++ b/pkgs/applications/networking/cluster/terragrunt/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "terragrunt";
-  version = "0.31.5";
+  version = "0.31.7";
 
   src = fetchFromGitHub {
     owner = "gruntwork-io";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-yovrqDGvw+GwzEiuveO2eLnP7mVVY5CQB0agzxIsHto=";
+    sha256 = "sha256-PCBKuTJ0IbYma584qIPrxGfwOIzHszWH+bW8iy0OUvo=";
   };
 
-  vendorSha256 = "sha256-CVWg2SvRO//xye05G3svGeqgaTKdRcoERrR7Tp0JZUo=";
+  vendorSha256 = "sha256-y84EFmoJS4SeA5YFIVFU0iWa5NnjU5yvOj7OFE+jGN0=";
 
   doCheck = false;