Merge pull request #236663 from QJoly/terragrunt

terragrunt: 0.45.18 -> 0.46.3

authored by Mario Rodas and committed by GitHub d89f7d99 308d41af

+3 -3
+3 -3
pkgs/applications/networking/cluster/terragrunt/default.nix
··· 5 6 buildGoModule rec { 7 pname = "terragrunt"; 8 - version = "0.45.18"; 9 10 src = fetchFromGitHub { 11 owner = "gruntwork-io"; 12 repo = pname; 13 rev = "refs/tags/v${version}"; 14 - hash = "sha256-J4edaMLvL9Bs1bwF+m0LMGiGmEKa7Xcb3SgOiDldTyY="; 15 }; 16 17 vendorHash = "sha256-5Umoqi2D6iUk2Ut7YB/nmkOyA6Rx2qFhy/ZbfqoX5qA="; ··· 38 changelog = "https://github.com/gruntwork-io/terragrunt/releases/tag/v${version}"; 39 description = "A thin wrapper for Terraform that supports locking for Terraform state and enforces best practices"; 40 license = licenses.mit; 41 - maintainers = with maintainers; [ jk ]; 42 }; 43 }
··· 5 6 buildGoModule rec { 7 pname = "terragrunt"; 8 + version = "0.46.3"; 9 10 src = fetchFromGitHub { 11 owner = "gruntwork-io"; 12 repo = pname; 13 rev = "refs/tags/v${version}"; 14 + hash = "sha256-2SC1HPmAQYUNrLMvtp87EaZ/K1dYD5LHhH+jB0si+Hs="; 15 }; 16 17 vendorHash = "sha256-5Umoqi2D6iUk2Ut7YB/nmkOyA6Rx2qFhy/ZbfqoX5qA="; ··· 38 changelog = "https://github.com/gruntwork-io/terragrunt/releases/tag/v${version}"; 39 description = "A thin wrapper for Terraform that supports locking for Terraform state and enforces best practices"; 40 license = licenses.mit; 41 + maintainers = with maintainers; [ jk qjoly ]; 42 }; 43 }