summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/terragrunt
diff options
context:
space:
mode:
author06kellyjac <dev@j-k.io>2021-04-15 13:24:52 +0100
committer06kellyjac <dev@j-k.io>2021-04-15 13:24:52 +0100
commit0ff3276d279a4f50ae0bf96f0864482e0fc9b965 (patch)
treebeaff5f04e25cf32dc89b60b2e3bf40b23ea6abd /pkgs/applications/networking/cluster/terragrunt
parent081b9423d4ae18836c7564b634627b214049f80e (diff)
downloadnixpkgs-0ff3276d279a4f50ae0bf96f0864482e0fc9b965.tar
nixpkgs-0ff3276d279a4f50ae0bf96f0864482e0fc9b965.tar.gz
nixpkgs-0ff3276d279a4f50ae0bf96f0864482e0fc9b965.tar.bz2
nixpkgs-0ff3276d279a4f50ae0bf96f0864482e0fc9b965.tar.lz
nixpkgs-0ff3276d279a4f50ae0bf96f0864482e0fc9b965.tar.xz
nixpkgs-0ff3276d279a4f50ae0bf96f0864482e0fc9b965.tar.zst
nixpkgs-0ff3276d279a4f50ae0bf96f0864482e0fc9b965.zip
terragrunt: 0.28.20 -> 0.28.22
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 718b0680ebc..a95ea55666b 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.20";
+  version = "0.28.22";
 
   src = fetchFromGitHub {
     owner = "gruntwork-io";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-Hg4eeLFNm2cXUjp3T2VK6q+mgawqkHju9P3Vq9wnB9c=";
+    sha256 = "sha256-tFM9kRdr98Jm2n6i5QDUKlLsI96RZ+e7MeYc7Y+ryUE=";
   };
 
-  vendorSha256 = "sha256-kcRM76xfajtQist1aJTmaRludxRlfvHQ9ucB3LOgnBk=";
+  vendorSha256 = "sha256-qlSCQtiGHmlk3DyETMoQbbSYhuUSZTsvAnBKuDJI8x8=";
 
   doCheck = false;