{ stdenv, lib, buildGoPackage, fetchgit, fetchhg, fetchbzr, fetchsvn }: buildGoPackage rec { name = "skydns-${version}"; version = "2.5.3a"; rev = "${version}"; goPackagePath = "github.com/skynetservices/skydns"; src = fetchgit { inherit rev; url = "https://github.com/skynetservices/skydns"; sha256 = "0i1iaif79cwnwm7pc8nxfa261cgl4zhm3p2a5a3smhy1ibgccpq7"; }; goDeps = ./deps.json; }