about summary refs log tree commit diff
path: root/pkgs/tools/networking/wuzz/deps.nix
blob: 1025793cc981f1877f8b5c11f88d54d101312a59 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[
  {
    goPackagePath = "github.com/jroimartin/gocui";
    fetch = {
      type = "git";
      url = "https://github.com/jroimartin/gocui";
      rev = "7ac95c981b8a07b624ab197b3ad5813fdfbe4864";
      sha256 = "1xr752gpjv32mnzzy5v367maczl7sn8frn258wqrs6gqf07sdmjp";
    };
  }
  {
    goPackagePath = "github.com/nsf/termbox-go";
    fetch = {
      type = "git";
      url = "https://github.com/nsf/termbox-go";
      rev = "abe82ce5fb7a42fbd6784a5ceb71aff977e09ed8";
      sha256 = "156i8apkga8b3272kjhapyqwspgcfkrr9kpqwc5lii43k4swghpv";
    };
  }
  {
    goPackagePath = "github.com/mattn/go-runewidth";
    fetch = {
      type = "git";
      url = "https://github.com/mattn/go-runewidth";
      rev = "14207d285c6c197daabb5c9793d63e7af9ab2d50";
      sha256 = "0y6yq9zd4kh7fimnc00r3h9pr2pwa5j85b3jcn5dyfamsnm2xdsv";
    };
  }
]