diff options
Diffstat (limited to 'third_party/gopkgs/golang.org/x/oauth2/default.nix')
-rw-r--r-- | third_party/gopkgs/golang.org/x/oauth2/default.nix | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/third_party/gopkgs/golang.org/x/oauth2/default.nix b/third_party/gopkgs/golang.org/x/oauth2/default.nix index 7ad94930aa8d..60864ffe4a58 100644 --- a/third_party/gopkgs/golang.org/x/oauth2/default.nix +++ b/third_party/gopkgs/golang.org/x/oauth2/default.nix @@ -1,10 +1,12 @@ -{ depot, ... }: +{ depot, pkgs, ... }: depot.nix.buildGo.external { path = "golang.org/x/oauth2"; - src = builtins.fetchGit { + + src = pkgs.fetchgit { url = "https://go.googlesource.com/oauth2"; rev = "858c2ad4c8b6c5d10852cb89079f6ca1c7309787"; + hash = "sha256:1dc7n8ddph8w6q0i3cwlgvjwpf2wlkx407va1ydnazasi1j5ixrw"; }; deps = with depot.third_party; [ |