Skip to content

Commit 688ab1e

Browse files
committedJul 31, 2017
terragrunt: 0.12.24 -> 0.12.25
1 parent 497e04a commit 688ab1e

File tree

2 files changed

+19
-10
lines changed

2 files changed

+19
-10
lines changed
 

‎pkgs/applications/networking/cluster/terragrunt/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
buildGoPackage rec {
44
name = "terragrunt-${version}";
5-
version = "0.12.24";
5+
version = "0.12.25";
66

77
goPackagePath = "github.com/gruntwork-io/terragrunt";
88

99
src = fetchFromGitHub {
1010
rev = "v${version}";
1111
owner = "gruntwork-io";
1212
repo = "terragrunt";
13-
sha256 = "0rkbicvqjadb99qw65g3k7pqal5sn05png30qwy59cv4gjr9q9m4";
13+
sha256 = "0j85abmkspbwdijf9dzm37x3ibqd3bhn01qs165433k74f9m500q";
1414
};
1515

1616
goDeps = ./deps.nix;

‎pkgs/applications/networking/cluster/terragrunt/deps.nix

+17-8
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
fetch = {
66
type = "git";
77
url = "https://github.com/aws/aws-sdk-go";
8-
rev = "ae53883b2478fd8e2bdca2748367d5b5fa27ca22";
9-
sha256 = "0sa5g69wpk6hbd6g52cc7l5c6zph9zyc5l9dy4288xn4hpb6c23q";
8+
rev = "df374c20d53ed082b8cf0d0da52b1a181abf387b";
9+
sha256 = "0my26kjx1inh0ajh85n34wrl18mizx627cl0xhxlhcyw01p24792";
1010
};
1111
}
1212
{
@@ -32,8 +32,8 @@
3232
fetch = {
3333
type = "git";
3434
url = "https://github.com/hashicorp/go-getter";
35-
rev = "2814e6fb2ca5b3bd950c97eff22553ecb3c7f77b";
36-
sha256 = "1pkqa5vdyc79iiw25b9vpl9f32nwv2pzh6f98l30678ypha0miqn";
35+
rev = "6aae8e4e2dee8131187c6a54b52664796e5a02b0";
36+
sha256 = "0hxjwph0ghx0732xq62bszk18wb18hdq6vzb6b6bdn3rsdva1d68";
3737
};
3838
}
3939
{
@@ -77,8 +77,8 @@
7777
fetch = {
7878
type = "git";
7979
url = "https://github.com/mitchellh/go-testing-interface";
80-
rev = "477c2d05a845d8b55912a5a7993b9b24abcc5ef8";
81-
sha256 = "0llpcyiqfjdri7pba1p13maafgcyzjbd29h99b1hgj848k5avd61";
80+
rev = "9a441910b16872f7b8283682619b3761a9aa2222";
81+
sha256 = "0gfi97m6sadrwbq56as3d368c3ipcn3wz8pxqkk7kkba0h5wjc7v";
8282
};
8383
}
8484
{
@@ -95,8 +95,17 @@
9595
fetch = {
9696
type = "git";
9797
url = "https://github.com/stretchr/testify";
98-
rev = "f6abca593680b2315d2075e0f5e2a9751e3f431a";
99-
sha256 = "0n2vidr9zyf6k296grnc6d3rk9hd6qw7mwvnfixlxm8g5y46rzl9";
98+
rev = "05e8a0eda380579888eb53c394909df027f06991";
99+
sha256 = "03l83nrgpbyc2hxxfi928gayj16fsclbr88dja6r9kikq19a6yhv";
100+
};
101+
}
102+
{
103+
goPackagePath = "github.com/ulikunitz/xz";
104+
fetch = {
105+
type = "git";
106+
url = "https://github.com/ulikunitz/xz";
107+
rev = "0c6b41e72360850ca4f98dc341fd999726ea007f";
108+
sha256 = "0a6l7sp67ipxim093qh6fvw8knbxj24l7bj5lykcddi5gwfi78n3";
100109
};
101110
}
102111
{

0 commit comments

Comments
 (0)
Please sign in to comment.