tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
terragrunt: 0.12.24 -> 0.12.25
Peter Hoeg
8 years ago
688ab1ed
497e04a6
+19
-10
2 changed files
expand all
collapse all
unified
split
pkgs
applications
networking
cluster
terragrunt
default.nix
deps.nix
+2
-2
pkgs/applications/networking/cluster/terragrunt/default.nix
···
2
2
3
3
buildGoPackage rec {
4
4
name = "terragrunt-${version}";
5
5
-
version = "0.12.24";
5
5
+
version = "0.12.25";
6
6
7
7
goPackagePath = "github.com/gruntwork-io/terragrunt";
8
8
···
10
10
rev = "v${version}";
11
11
owner = "gruntwork-io";
12
12
repo = "terragrunt";
13
13
-
sha256 = "0rkbicvqjadb99qw65g3k7pqal5sn05png30qwy59cv4gjr9q9m4";
13
13
+
sha256 = "0j85abmkspbwdijf9dzm37x3ibqd3bhn01qs165433k74f9m500q";
14
14
};
15
15
16
16
goDeps = ./deps.nix;
+17
-8
pkgs/applications/networking/cluster/terragrunt/deps.nix
···
5
5
fetch = {
6
6
type = "git";
7
7
url = "https://github.com/aws/aws-sdk-go";
8
8
-
rev = "ae53883b2478fd8e2bdca2748367d5b5fa27ca22";
9
9
-
sha256 = "0sa5g69wpk6hbd6g52cc7l5c6zph9zyc5l9dy4288xn4hpb6c23q";
8
8
+
rev = "df374c20d53ed082b8cf0d0da52b1a181abf387b";
9
9
+
sha256 = "0my26kjx1inh0ajh85n34wrl18mizx627cl0xhxlhcyw01p24792";
10
10
};
11
11
}
12
12
{
···
32
32
fetch = {
33
33
type = "git";
34
34
url = "https://github.com/hashicorp/go-getter";
35
35
-
rev = "2814e6fb2ca5b3bd950c97eff22553ecb3c7f77b";
36
36
-
sha256 = "1pkqa5vdyc79iiw25b9vpl9f32nwv2pzh6f98l30678ypha0miqn";
35
35
+
rev = "6aae8e4e2dee8131187c6a54b52664796e5a02b0";
36
36
+
sha256 = "0hxjwph0ghx0732xq62bszk18wb18hdq6vzb6b6bdn3rsdva1d68";
37
37
};
38
38
}
39
39
{
···
77
77
fetch = {
78
78
type = "git";
79
79
url = "https://github.com/mitchellh/go-testing-interface";
80
80
-
rev = "477c2d05a845d8b55912a5a7993b9b24abcc5ef8";
81
81
-
sha256 = "0llpcyiqfjdri7pba1p13maafgcyzjbd29h99b1hgj848k5avd61";
80
80
+
rev = "9a441910b16872f7b8283682619b3761a9aa2222";
81
81
+
sha256 = "0gfi97m6sadrwbq56as3d368c3ipcn3wz8pxqkk7kkba0h5wjc7v";
82
82
};
83
83
}
84
84
{
···
95
95
fetch = {
96
96
type = "git";
97
97
url = "https://github.com/stretchr/testify";
98
98
-
rev = "f6abca593680b2315d2075e0f5e2a9751e3f431a";
99
99
-
sha256 = "0n2vidr9zyf6k296grnc6d3rk9hd6qw7mwvnfixlxm8g5y46rzl9";
98
98
+
rev = "05e8a0eda380579888eb53c394909df027f06991";
99
99
+
sha256 = "03l83nrgpbyc2hxxfi928gayj16fsclbr88dja6r9kikq19a6yhv";
100
100
+
};
101
101
+
}
102
102
+
{
103
103
+
goPackagePath = "github.com/ulikunitz/xz";
104
104
+
fetch = {
105
105
+
type = "git";
106
106
+
url = "https://github.com/ulikunitz/xz";
107
107
+
rev = "0c6b41e72360850ca4f98dc341fd999726ea007f";
108
108
+
sha256 = "0a6l7sp67ipxim093qh6fvw8knbxj24l7bj5lykcddi5gwfi78n3";
100
109
};
101
110
}
102
111
{