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-15 15:48:04 +0000
committer06kellyjac <dev@j-k.io>2021-03-15 15:48:04 +0000
commit6489ee9262c795c50078613d301718f5659c6edc (patch)
treee6dfc3d88d733d80a0a695dd2b4523698c2f8989 /pkgs/applications/networking/cluster/terragrunt
parent0b876eaed3ed4715ac566c59eb00004eca3114e8 (diff)
downloadnixpkgs-6489ee9262c795c50078613d301718f5659c6edc.tar
nixpkgs-6489ee9262c795c50078613d301718f5659c6edc.tar.gz
nixpkgs-6489ee9262c795c50078613d301718f5659c6edc.tar.bz2
nixpkgs-6489ee9262c795c50078613d301718f5659c6edc.tar.lz
nixpkgs-6489ee9262c795c50078613d301718f5659c6edc.tar.xz
nixpkgs-6489ee9262c795c50078613d301718f5659c6edc.tar.zst
nixpkgs-6489ee9262c795c50078613d301718f5659c6edc.zip
terragrunt: 0.28.11 -> 0.28.12
Diffstat (limited to 'pkgs/applications/networking/cluster/terragrunt')
-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 6cb13a01eee..f65bc869382 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.11";
+  version = "0.28.12";
 
   src = fetchFromGitHub {
     owner = "gruntwork-io";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-qlmiQ73MRXcdXXC50pewUMt9YFbzXIbjnZTV5gIcvGs=";
+    sha256 = "sha256-oHujPgnS76FYihzZV5ZzPP+4+77zNtYozH9jhqJJyVI=";
   };
 
   vendorSha256 = "sha256-SVrDBDGK809O+RaE3gOa9U1agY6hSGI/k3FUCgm+5PA=";