Skip to content

Commit 3ebbe88

Browse files
terragrunt: 0.73.12 -> 0.73.15 (#385916)
Co-authored-by: kashw2 <[email protected]>
2 parents d96a096 + e5e9953 commit 3ebbe88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/te/terragrunt/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
buildGoModule rec {
99
pname = "terragrunt";
10-
version = "0.73.12";
10+
version = "0.73.15";
1111

1212
src = fetchFromGitHub {
1313
owner = "gruntwork-io";
1414
repo = pname;
1515
tag = "v${version}";
16-
hash = "sha256-nuqulBONUMY0BNh5uhhRGJruZdnkY05dd7zcX4t0MjE=";
16+
hash = "sha256-ISo6r+mMuXiGTIALXA5+xCKNOzNTNFz8cdGtbWyQRNI=";
1717
};
1818

1919
nativeBuildInputs = [ go-mockery ];

0 commit comments

Comments
 (0)