terragrunt: 0.72.6 -> 0.73.5
This commit is contained in:
parent
6ca4c0b61b
commit
8e878082dc
@ -7,13 +7,13 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "terragrunt";
|
pname = "terragrunt";
|
||||||
version = "0.72.6";
|
version = "0.73.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "gruntwork-io";
|
owner = "gruntwork-io";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-dlEyeDh5OkERboEUPhe/jYYEc7jnGZL6PhW9Tu6vxcs=";
|
hash = "sha256-0I2lMu2RyZ6F5GosWome6uzedllN3qn6smupZLbNuBg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ go-mockery ];
|
nativeBuildInputs = [ go-mockery ];
|
||||||
@ -22,7 +22,7 @@ buildGoModule rec {
|
|||||||
make generate-mocks
|
make generate-mocks
|
||||||
'';
|
'';
|
||||||
|
|
||||||
vendorHash = "sha256-hgjVmbM0qh8o1e2UaU9Q0GURzC8XPthLAuXZ+eCuflU=";
|
vendorHash = "sha256-q8HCRPD1PUchtktcs3+5GM2zMaEBy348d+6fMLJR1uk=";
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user