about summary refs log tree commit diff
path: root/third_party/gopkgs/github.com/kevinburke/ssh_config/default.nix
blob: 6b4e8f5275bce2606d8fbc389796deedf8e7695d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{ depot, pkgs, ... }:

depot.nix.buildGo.external {
  path = "github.com/kevinburke/ssh_config";

  src = pkgs.fetchFromGitHub {
    owner = "kevinburke";
    repo = "ssh_config";
    rev = "01f96b0aa0cdcaa93f9495f89bbc6cb5a992ce6e";
    sha256 = "1bxfjkjl3ibzdkwyvgdwawmd0skz30ah1ha10rg6fkxvj7lgg4jz";
  };
}