914e0e594c
https://github.com/NixOS/nixpkgs/pull/17254#issuecomment-245295541 * update docs to describe `deps.nix` * include goDeps in nix-shell GOPATH * NixOS 16.09 rel notes about replacing goPackages
21 lines
560 B
Nix
Generated
21 lines
560 B
Nix
Generated
[
|
|
{
|
|
goPackagePath = "golang.org/x/tools/go/vcs";
|
|
fetch = {
|
|
type = "git";
|
|
url = "https://go.googlesource.com/tools";
|
|
rev = "9ae4729fba20b3533d829a9c6ba8195b068f2abc";
|
|
sha256 = "1j51aaskfqc953p5s9naqimr04hzfijm4yczdsiway1xnnvvpfr1";
|
|
};
|
|
}
|
|
{
|
|
goPackagePath = "code.google.com/p/go.tools/go/vcs";
|
|
fetch = {
|
|
type = "git";
|
|
url = "https://go.googlesource.com/tools";
|
|
rev = "9ae4729fba20b3533d829a9c6ba8195b068f2abc";
|
|
sha256 = "1j51aaskfqc953p5s9naqimr04hzfijm4yczdsiway1xnnvvpfr1";
|
|
};
|
|
}
|
|
]
|