Skip to content

Commit

Permalink
Merge pull request #291739 from r-ryantm/auto-update/terragrunt
Browse files Browse the repository at this point in the history
terragrunt: 0.55.8 -> 0.55.10
  • Loading branch information
marsam committed Feb 27, 2024
2 parents 5efeb1b + 7662e8d commit c8208f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/cluster/terragrunt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

buildGoModule rec {
pname = "terragrunt";
version = "0.55.8";
version = "0.55.10";

src = fetchFromGitHub {
owner = "gruntwork-io";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-6ffPHam6dFPurlm+VWCI+Z6m3eG+NX/ii8ANCbjtF5Y=";
hash = "sha256-O3WEzcurQnT3bOy80lYEBIh8Nbr1iQnV0u9Y0qrjXW4=";
};

vendorHash = "sha256-gXqpBi89VVxHSuHzzcxVRAsdu7TRsNo/vQgI1tMVuaM=";
Expand Down

0 comments on commit c8208f9

Please sign in to comment.