diff options
Diffstat (limited to 'third_party/gopkgs/github.com/jbenet/go-context/default.nix')
-rw-r--r-- | third_party/gopkgs/github.com/jbenet/go-context/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/gopkgs/github.com/jbenet/go-context/default.nix b/third_party/gopkgs/github.com/jbenet/go-context/default.nix index d4013f0e8eb5..401fc6eb40e7 100644 --- a/third_party/gopkgs/github.com/jbenet/go-context/default.nix +++ b/third_party/gopkgs/github.com/jbenet/go-context/default.nix @@ -1,9 +1,9 @@ -{ depot, ... }: +{ depot, pkgs, ... }: depot.nix.buildGo.external { path = "github.com/jbenet/go-context"; - src = depot.third_party.fetchFromGitHub { + src = pkgs.fetchFromGitHub { owner = "jbenet"; repo = "go-context"; rev = "d14ea06fba99483203c19d92cfcd13ebe73135f4"; |