nixpkgs/pkgs/development/tools/gotests/deps.nix
Vincent Demeester 502e32cfeb
gotests: init at 1.5.2
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-02-14 07:46:32 +01:00

12 lines
269 B
Nix
Generated

[
{
goPackagePath = "golang.org/x/tools";
fetch = {
type = "git";
url = "https://github.com/golang/tools";
rev = "96b5a5404f303f074e6117d832a9873c439508f0";
sha256 = "1h6r9xyp1v3w2x8d108vzghn65l6ia2h895irypmrwymfcp30y42";
};
}
]