3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/servers/dns/coredns/deps.nix

85 lines
2.4 KiB
Nix
Raw Normal View History

2016-09-21 23:44:32 +01:00
[
{
2017-02-19 20:08:26 +00:00
goPackagePath = "github.com/mholt/caddy";
2016-09-21 23:44:32 +01:00
fetch = {
type = "git";
2017-02-19 20:08:26 +00:00
url = "https://github.com/mholt/caddy";
2019-01-30 11:50:31 +00:00
rev = "v0.11.1";
sha256 = "0v35d3dy0f88wgk1vzznbx7p15vjjf7xm3qfi2c3192rsxgzvy0l";
2016-09-21 23:44:32 +01:00
};
}
{
2017-02-19 20:08:26 +00:00
goPackagePath = "github.com/miekg/dns";
2016-09-21 23:44:32 +01:00
fetch = {
type = "git";
2017-02-19 20:08:26 +00:00
url = "https://github.com/miekg/dns";
2019-01-30 11:50:31 +00:00
rev = "v1.1.3";
sha256 = "1xs1k9jm9f04y8callww9x4s0jrxmsn7882iyy4br8sbpl3wzkw4";
2016-09-21 23:44:32 +01:00
};
}
{
2019-01-30 11:50:31 +00:00
goPackagePath = "github.com/prometheus/client_golang";
2016-09-21 23:44:32 +01:00
fetch = {
type = "git";
2019-01-30 11:50:31 +00:00
url = "https://github.com/prometheus/client_golang";
rev = "v0.9.1";
sha256 = "01gnylazia30pcp069xcng482gwmm3xcx5zgrlwdkhic1lyb6i9l";
2016-09-21 23:44:32 +01:00
};
}
2019-01-30 11:50:31 +00:00
# client_golang dependencies
2016-09-21 23:44:32 +01:00
{
2017-02-19 20:08:26 +00:00
goPackagePath = "github.com/beorn7/perks";
2016-09-21 23:44:32 +01:00
fetch = {
type = "git";
2017-02-19 20:08:26 +00:00
url = "https://github.com/beorn7/perks";
2019-01-30 11:50:31 +00:00
rev = "3a771d992973f24aa725d07868b467d1ddfceafb";
sha256 = "1l2lns4f5jabp61201sh88zf3b0q793w4zdgp9nll7mmfcxxjif3";
2016-09-21 23:44:32 +01:00
};
}
{
2017-02-19 20:08:26 +00:00
goPackagePath = "github.com/golang/protobuf";
2016-09-21 23:44:32 +01:00
fetch = {
type = "git";
2017-02-19 20:08:26 +00:00
url = "https://github.com/golang/protobuf";
2019-01-30 11:50:31 +00:00
rev = "347cf4a86c1cb8d262994d8ef5924d4576c5b331";
sha256 = "0c5j5c2dnj1452653c8nnpx4jwijwafi1p8685g7ddm6kng9q1wz";
2016-09-21 23:44:32 +01:00
};
}
{
goPackagePath = "github.com/matttproud/golang_protobuf_extensions";
fetch = {
type = "git";
url = "https://github.com/matttproud/golang_protobuf_extensions";
2019-01-30 11:50:31 +00:00
rev = "c182affec369e30f25d3eb8cd8a478dee585ae7d";
sha256 = "1xqsf9vpcrd4hp95rl6kgmjvkv1df4aicfw4l5vfcxcwxknfx2xs";
2016-09-21 23:44:32 +01:00
};
}
{
goPackagePath = "github.com/prometheus/client_model";
fetch = {
type = "git";
url = "https://github.com/prometheus/client_model";
2019-01-30 11:50:31 +00:00
rev = "56726106282f1985ea77d5305743db7231b0c0a8";
sha256 = "19y4qs9mkxiiab5sh3b7cccjpl3xbp6sy8812ig9f1zg8vzkzj7j";
2016-09-21 23:44:32 +01:00
};
}
{
goPackagePath = "github.com/prometheus/common";
fetch = {
type = "git";
url = "https://github.com/prometheus/common";
2019-01-30 11:50:31 +00:00
rev = "2998b132700a7d019ff618c06a234b47c1f3f681";
sha256 = "131qmx0rs1nz0ci3qzkks4i6fdmr5c69i48h5cngjizlb9xxwir2";
2016-09-21 23:44:32 +01:00
};
}
{
2019-01-30 11:50:31 +00:00
goPackagePath = "github.com/prometheus/procfs";
2016-09-21 23:44:32 +01:00
fetch = {
type = "git";
2019-01-30 11:50:31 +00:00
url = "https://github.com/prometheus/procfs";
rev = "bf6a532e95b1f7a62adf0ab5050a5bb2237ad2f4";
sha256 = "0k65i2ikf3jp6863mpc1raf928i78r8jd7zn9djx6f4izls6l6j1";
2016-09-21 23:44:32 +01:00
};
}
]