diff options
| author | Mario Rodas <marsam@users.noreply.github.com> | 2023-06-03 15:49:20 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-03 15:49:20 -0500 |
| commit | 354c3f3c918dd61f4623065879a38e0af75131a7 (patch) | |
| tree | ed485e1f057968dab15d603ff654d6290280d8e9 | |
| parent | Merge pull request #235576 from r-ryantm/auto-update/vintagestory (diff) | |
| parent | terragrunt: 0.45.16 -> 0.45.18 (diff) | |
| download | nixpkgs-354c3f3c918dd61f4623065879a38e0af75131a7.tar.gz | |
Merge pull request #235821 from r-ryantm/auto-update/terragrunt
terragrunt: 0.45.16 -> 0.45.18
| -rw-r--r-- | pkgs/applications/networking/cluster/terragrunt/default.nix | 4 |
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 9c9eb889be40..0e9056da62e1 100644 --- a/pkgs/applications/networking/cluster/terragrunt/default.nix +++ b/pkgs/applications/networking/cluster/terragrunt/default.nix @@ -5,13 +5,13 @@ buildGoModule rec { pname = "terragrunt"; - version = "0.45.16"; + version = "0.45.18"; src = fetchFromGitHub { owner = "gruntwork-io"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-q12MXqYf4yXC1ifXCuHE75Eb553TWbohDB2GusRpNIM="; + hash = "sha256-J4edaMLvL9Bs1bwF+m0LMGiGmEKa7Xcb3SgOiDldTyY="; }; vendorHash = "sha256-5Umoqi2D6iUk2Ut7YB/nmkOyA6Rx2qFhy/ZbfqoX5qA="; |
