terragrunt: 0.73.12 -> 0.73.15 (#385916)

Co-authored-by: kashw2 <kashw2@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-03-02 23:04:20 +00:00
committed by GitHub
co-authored by kashw2
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "terragrunt";
version = "0.73.12";
version = "0.73.15";
src = fetchFromGitHub {
owner = "gruntwork-io";
repo = pname;
tag = "v${version}";
hash = "sha256-nuqulBONUMY0BNh5uhhRGJruZdnkY05dd7zcX4t0MjE=";
hash = "sha256-ISo6r+mMuXiGTIALXA5+xCKNOzNTNFz8cdGtbWyQRNI=";
};
nativeBuildInputs = [ go-mockery ];