Skip to content

Commit

Permalink
Merge pull request #265767 from kashw2/terragrunt
Browse files Browse the repository at this point in the history
terragrunt: 0.53.0 -> 0.53.2
  • Loading branch information
NickCao authored Nov 6, 2023
2 parents cd562b3 + efd2139 commit 33321ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/cluster/terragrunt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

buildGoModule rec {
pname = "terragrunt";
version = "0.53.0";
version = "0.53.2";

src = fetchFromGitHub {
owner = "gruntwork-io";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-Y3the1+p+ZAkPxKnScNIup7cfyTtE2LU3IdghA0mOY8=";
hash = "sha256-nolZ660rU7WisQdufswrH5vqAedKlA3Y0AQMul/+sTo=";
};

vendorHash = "sha256-5O3souGEosqLFxZpGbak4r57V39lR6X8mEPgfad3X5Q=";
vendorHash = "sha256-1+ebqMqtil2/KrFjRIfCx60aWu8ByIFV1my8RiUrSNo=";

doCheck = false;

Expand Down

0 comments on commit 33321ce

Please sign in to comment.