summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
author06kellyjac <dev@j-k.io>2021-01-26 15:42:50 +0000
committer06kellyjac <dev@j-k.io>2021-01-26 15:42:50 +0000
commit135807629feb77e11f1c4d7fef0a0c296f087d36 (patch)
tree5e0a9ae598b20d2b3f59c17ef6e7761b675e2112 /pkgs
parentca1bc75f9f2b2fed26bbfda9f4b625a8d6560f96 (diff)
terragrunt: 0.27.1 -> 0.27.3
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 5dd80034c826..a81ccc6eb1d8 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.27.1";
+ version = "0.27.3";
src = fetchFromGitHub {
owner = "gruntwork-io";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-YZ/3qtukPoCbgzy1qr0MJHSdqovzmP/AQixLq6GO27Q";
+ sha256 = "sha256-J1kwcguBSHTsU/kGviQaj/cX6PpZGs3UI2AJy5+/pCc=";
};
vendorSha256 = "sha256-AMxBzUHRsq1HOMtvgYqIw22Cky7gQ7/2hI8wQnxaXb0=";