summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-12-06 11:41:57 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2021-12-06 11:41:57 +0000
commitd4139b0d06e0972c1781e4bd23070655e7b979a6 (patch)
tree635566063fc79a354f06448e2b00622e9a9dc219 /pkgs/applications
parent1657d58122490d139f884c5abd08a7ff87f7eaee (diff)
downloadnixpkgs-d4139b0d06e0972c1781e4bd23070655e7b979a6.tar
nixpkgs-d4139b0d06e0972c1781e4bd23070655e7b979a6.tar.gz
nixpkgs-d4139b0d06e0972c1781e4bd23070655e7b979a6.tar.bz2
nixpkgs-d4139b0d06e0972c1781e4bd23070655e7b979a6.tar.lz
nixpkgs-d4139b0d06e0972c1781e4bd23070655e7b979a6.tar.xz
nixpkgs-d4139b0d06e0972c1781e4bd23070655e7b979a6.tar.zst
nixpkgs-d4139b0d06e0972c1781e4bd23070655e7b979a6.zip
terragrunt: 0.35.5 -> 0.35.13
Diffstat (limited to 'pkgs/applications')
-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 f2ae9a9490a..8de710b1787 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.35.5";
+  version = "0.35.13";
 
   src = fetchFromGitHub {
     owner = "gruntwork-io";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-VUB1zZwRZ+TUFDcq/lBB9eAeM7d5zWhFy7nxzH5S6oc=";
+    sha256 = "sha256-B+HdxnTm/LfGvabQiKhZVRIaMpg4zgCVYP8MkKiiSok=";
   };
 
-  vendorSha256 = "sha256-y84EFmoJS4SeA5YFIVFU0iWa5NnjU5yvOj7OFE+jGN0=";
+  vendorSha256 = "sha256-tNgEepKqwiqXhmoRCIEg7VJw7Y0TGt+R+6dZzd8aECg=";
 
   doCheck = false;