about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
author06kellyjac <dev@j-k.io>2021-02-12 15:34:10 +0000
committer06kellyjac <dev@j-k.io>2021-02-12 15:34:10 +0000
commitd9be8402b836b75da2c61648cb99911d83fd1042 (patch)
tree63bb9227c303e1256fb15783b51e46b62197d236 /pkgs/applications/networking
parent8374c660fe5149b279792bd468f46f5667b685f6 (diff)
terragrunt: 0.28.3 -> 0.28.4
Diffstat (limited to 'pkgs/applications/networking')
-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 d2042f85f643c..9e2b9709afc2f 100644
--- a/pkgs/applications/networking/cluster/terragrunt/default.nix
+++ b/pkgs/applications/networking/cluster/terragrunt/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "terragrunt";
-  version = "0.28.3";
+  version = "0.28.4";
 
   src = fetchFromGitHub {
     owner = "gruntwork-io";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-ERThySRhTqklZ8sRrlHBiCtPqKMplioOyjuVEN44GvI=";
+    sha256 = "sha256-LilIwg3Zu7Zi7AhJeW0j2qUmSOGy1HHjvvB07FUcEeI=";
   };
 
   vendorSha256 = "sha256-lRJerUYafpkXAGf8MEM8SeG3aB86mlMo7iLpeHFAnd4=";