chore(third_party): Bump gopkgs needed for Google Cloud
This commit is contained in:
parent
9594203e07
commit
6220294f94
11 changed files with 12 additions and 11 deletions
|
@ -4,7 +4,7 @@ pkgs.buildGo.external {
|
|||
path = "google.golang.org/api";
|
||||
src = builtins.fetchGit {
|
||||
url = "https://code.googlesource.com/google-api-go-client";
|
||||
rev = "573115b31dcba90b19c25508412495d63f86e804";
|
||||
rev = "8b4e46d953bd748a9ff098644a42389b3d8dab41";
|
||||
};
|
||||
|
||||
deps = with pkgs.third_party; map (p: p.gopkg) [
|
||||
|
|
|
@ -4,7 +4,7 @@ pkgs.buildGo.external {
|
|||
path = "google.golang.org/genproto";
|
||||
src = builtins.fetchGit {
|
||||
url = "https://github.com/google/go-genproto";
|
||||
rev = "55e96fffbd486c27fc0d5b4468c497d0de3f2727";
|
||||
rev = "0243a4be9c8f1264d238fdc2895620b4d9baf9e1";
|
||||
};
|
||||
|
||||
deps = with pkgs.third_party; [
|
||||
|
|
|
@ -4,7 +4,7 @@ pkgs.buildGo.external {
|
|||
path = "google.golang.org/grpc";
|
||||
src = builtins.fetchGit {
|
||||
url = "https://github.com/grpc/grpc-go";
|
||||
rev = "451cf373a706e089ca34abd9ea14cbc20b34c1fc";
|
||||
rev = "085c980048876e2735d4aba8f0d5bca4d7acaaa5";
|
||||
};
|
||||
|
||||
deps = with pkgs.third_party; map (p: p.gopkg) [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue