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