We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ab1f1f + 0010ccd commit 4fae098Copy full SHA for 4fae098
1 file changed
pkgs/by-name/te/terragrunt/package.nix
@@ -8,13 +8,13 @@
8
9
buildGoModule rec {
10
pname = "terragrunt";
11
- version = "0.77.22";
+ version = "0.78.0";
12
13
src = fetchFromGitHub {
14
owner = "gruntwork-io";
15
repo = pname;
16
tag = "v${version}";
17
- hash = "sha256-Mj7lTyrEo3hOTzSUfKShK/Rzx/gOwdJYFofde+2uJHs=";
+ hash = "sha256-ldGv4hD+WR4c3Ajozu+u4qy/DOCKQIk9tECOfPpNbjU=";
18
};
19
20
nativeBuildInputs = [
@@ -26,7 +26,7 @@ buildGoModule rec {
26
make generate-mocks
27
'';
28
29
- vendorHash = "sha256-qAuC1qDUBrnf/Fq2fV4DfA5oKOMQ1AdC6XFUxXi3nuA=";
+ vendorHash = "sha256-56/XSeNjqUF3uQsadHWpefeXK2zIjRWXkkmQeZbmHZg=";
30
31
doCheck = false;
32
0 commit comments