about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/terragrunt
diff options
context:
space:
mode:
author06kellyjac <dev@j-k.io>2021-03-16 14:37:51 +0000
committer06kellyjac <dev@j-k.io>2021-03-16 14:37:51 +0000
commit780cf5fd7ecfb2cacf12d5153fa4c714bf0334be (patch)
treede29b851a5e4612fec7529a2a9308b0125137adb /pkgs/applications/networking/cluster/terragrunt
parentbb46a6eb7c6a0faf08263e0564c51910bfbd83c7 (diff)
terragrunt: 0.28.12 -> 0.28.13
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 f65bc86938257..2849cc81b467d 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.28.12";
+  version = "0.28.13";
 
   src = fetchFromGitHub {
     owner = "gruntwork-io";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-oHujPgnS76FYihzZV5ZzPP+4+77zNtYozH9jhqJJyVI=";
+    sha256 = "sha256-dxgGO4ZgF7bklcpzu3HyVbPT+FIlb2Y6iF888NFhqxk=";
   };
 
-  vendorSha256 = "sha256-SVrDBDGK809O+RaE3gOa9U1agY6hSGI/k3FUCgm+5PA=";
+  vendorSha256 = "sha256-vHKqowc3euQQyvgfaTbIgSXOhPcf2nSoteQK0a574Kc=";
 
   doCheck = false;