nixpkgs/pkgs/development/tools/go-outline/deps.nix
Vincent Demeester 5c410b94b5
go-outline: init at 2017-08-04
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-02-14 07:41:42 +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";
};
}
]