about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2021-10-30 15:18:12 +0300
committerGitHub <noreply@github.com>2021-10-30 15:18:12 +0300
commita61cefe0b2c30be9172ce7717c3aae05ea811768 (patch)
tree3bfb23c1bc4a00cc5366078b6241d40748be479b /pkgs/applications/networking
parent520b7bef1770951540d6ac77041a57f1901656a8 (diff)
parent657019ab27de9f257375b7a443204dbcf8883fdf (diff)
Merge pull request #143802 from r-ryantm/auto-update/terragrunt
terragrunt: 0.35.1 -> 0.35.5
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 e07b9b88ddc4d..f2ae9a9490aa3 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.35.1";
+  version = "0.35.5";
 
   src = fetchFromGitHub {
     owner = "gruntwork-io";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-DCum3vCrN530Z0VW0WEoLtjN+kre/mU9O+sJxckZgfc=";
+    sha256 = "sha256-VUB1zZwRZ+TUFDcq/lBB9eAeM7d5zWhFy7nxzH5S6oc=";
   };
 
   vendorSha256 = "sha256-y84EFmoJS4SeA5YFIVFU0iWa5NnjU5yvOj7OFE+jGN0=";