terragrunt: 0.12.24 -> 0.12.25

+19 -10
+2 -2
pkgs/applications/networking/cluster/terragrunt/default.nix
··· 2 3 buildGoPackage rec { 4 name = "terragrunt-${version}"; 5 - version = "0.12.24"; 6 7 goPackagePath = "github.com/gruntwork-io/terragrunt"; 8 ··· 10 rev = "v${version}"; 11 owner = "gruntwork-io"; 12 repo = "terragrunt"; 13 - sha256 = "0rkbicvqjadb99qw65g3k7pqal5sn05png30qwy59cv4gjr9q9m4"; 14 }; 15 16 goDeps = ./deps.nix;
··· 2 3 buildGoPackage rec { 4 name = "terragrunt-${version}"; 5 + version = "0.12.25"; 6 7 goPackagePath = "github.com/gruntwork-io/terragrunt"; 8 ··· 10 rev = "v${version}"; 11 owner = "gruntwork-io"; 12 repo = "terragrunt"; 13 + sha256 = "0j85abmkspbwdijf9dzm37x3ibqd3bhn01qs165433k74f9m500q"; 14 }; 15 16 goDeps = ./deps.nix;
+17 -8
pkgs/applications/networking/cluster/terragrunt/deps.nix
··· 5 fetch = { 6 type = "git"; 7 url = "https://github.com/aws/aws-sdk-go"; 8 - rev = "ae53883b2478fd8e2bdca2748367d5b5fa27ca22"; 9 - sha256 = "0sa5g69wpk6hbd6g52cc7l5c6zph9zyc5l9dy4288xn4hpb6c23q"; 10 }; 11 } 12 { ··· 32 fetch = { 33 type = "git"; 34 url = "https://github.com/hashicorp/go-getter"; 35 - rev = "2814e6fb2ca5b3bd950c97eff22553ecb3c7f77b"; 36 - sha256 = "1pkqa5vdyc79iiw25b9vpl9f32nwv2pzh6f98l30678ypha0miqn"; 37 }; 38 } 39 { ··· 77 fetch = { 78 type = "git"; 79 url = "https://github.com/mitchellh/go-testing-interface"; 80 - rev = "477c2d05a845d8b55912a5a7993b9b24abcc5ef8"; 81 - sha256 = "0llpcyiqfjdri7pba1p13maafgcyzjbd29h99b1hgj848k5avd61"; 82 }; 83 } 84 { ··· 95 fetch = { 96 type = "git"; 97 url = "https://github.com/stretchr/testify"; 98 - rev = "f6abca593680b2315d2075e0f5e2a9751e3f431a"; 99 - sha256 = "0n2vidr9zyf6k296grnc6d3rk9hd6qw7mwvnfixlxm8g5y46rzl9"; 100 }; 101 } 102 {
··· 5 fetch = { 6 type = "git"; 7 url = "https://github.com/aws/aws-sdk-go"; 8 + rev = "df374c20d53ed082b8cf0d0da52b1a181abf387b"; 9 + sha256 = "0my26kjx1inh0ajh85n34wrl18mizx627cl0xhxlhcyw01p24792"; 10 }; 11 } 12 { ··· 32 fetch = { 33 type = "git"; 34 url = "https://github.com/hashicorp/go-getter"; 35 + rev = "6aae8e4e2dee8131187c6a54b52664796e5a02b0"; 36 + sha256 = "0hxjwph0ghx0732xq62bszk18wb18hdq6vzb6b6bdn3rsdva1d68"; 37 }; 38 } 39 { ··· 77 fetch = { 78 type = "git"; 79 url = "https://github.com/mitchellh/go-testing-interface"; 80 + rev = "9a441910b16872f7b8283682619b3761a9aa2222"; 81 + sha256 = "0gfi97m6sadrwbq56as3d368c3ipcn3wz8pxqkk7kkba0h5wjc7v"; 82 }; 83 } 84 { ··· 95 fetch = { 96 type = "git"; 97 url = "https://github.com/stretchr/testify"; 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"; 109 }; 110 } 111 {