diff options
Diffstat (limited to 'third_party/gopkgs/github.com/xanzy/ssh-agent/default.nix')
-rw-r--r-- | third_party/gopkgs/github.com/xanzy/ssh-agent/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/gopkgs/github.com/xanzy/ssh-agent/default.nix b/third_party/gopkgs/github.com/xanzy/ssh-agent/default.nix index d0022806522a..078592aa9d5f 100644 --- a/third_party/gopkgs/github.com/xanzy/ssh-agent/default.nix +++ b/third_party/gopkgs/github.com/xanzy/ssh-agent/default.nix @@ -1,9 +1,9 @@ -{ depot, ... }: +{ depot, pkgs, ... }: depot.nix.buildGo.external { path = "github.com/xanzy/ssh-agent"; - src = depot.third_party.fetchFromGitHub { + src = pkgs.fetchFromGitHub { owner = "xanzy"; repo = "ssh-agent"; rev = "6a3e2ff9e7c564f36873c2e36413f634534f1c44"; |