mesos-dns: Update to newer commit

Notable upstream changes:
- Support for multiple ports per task
- Records generated for mesos master nodes
- SRV records resolve to hostnames rather than IPs
- Query handling is now properly case-insensitive
- Better AAAA record handling
This commit is contained in:
Benjamin Staffin 2015-03-15 14:00:54 -07:00
parent ef95600372
commit dec05e9b28

View File

@ -11,8 +11,8 @@ buildGoPackage rec {
src = fetchFromGitHub {
owner = "mesosphere";
repo = "mesos-dns";
rev = "29940029d4b0c17142373c3280a8b452722b665b";
sha256 = "1fycywhdyymibsahjqx9vnigk3pdis3hnmfbxp74pmd9xqqlyv1n";
rev = "f37051fc5a723eb021797e7d57d92755c011a28e";
sha256 = "0djzd4zdpr4dcp56rqprncan6pcff6gy4wxi9572fmni2ldj4l15";
};
# Avoid including the benchmarking test helper in the output: