Merge pull request #309197 from r-ryantm/auto-update/terragrunt

terragrunt: 0.57.5 -> 0.58.2

authored by nixpkgs-merge-bot[bot] and committed by GitHub 3f855a3d b7e831ab

+3 -3
+3 -3
pkgs/by-name/te/terragrunt/package.nix
··· 5 6 buildGoModule rec { 7 pname = "terragrunt"; 8 - version = "0.57.5"; 9 10 src = fetchFromGitHub { 11 owner = "gruntwork-io"; 12 repo = pname; 13 rev = "refs/tags/v${version}"; 14 - hash = "sha256-G2eIzEgTKWCS8GGR8I1jZPQVBd8HwC/iB632ErsksGo="; 15 }; 16 17 - vendorHash = "sha256-JKiEJw61B4vyKsi4M36v8NF/eOqbGr55/8y/Rru3L9Q="; 18 19 doCheck = false; 20
··· 5 6 buildGoModule rec { 7 pname = "terragrunt"; 8 + version = "0.58.2"; 9 10 src = fetchFromGitHub { 11 owner = "gruntwork-io"; 12 repo = pname; 13 rev = "refs/tags/v${version}"; 14 + hash = "sha256-Bcn3wwhAzbdO3XBrLKApAurpnpRcVJLWo6C9x/n3Nz0="; 15 }; 16 17 + vendorHash = "sha256-ZuOgbwE32yFXPn+AqlQ397a4UZ+MWuj5ppCrDGnC3og="; 18 19 doCheck = false; 20