about summary refs log tree commit diff
path: root/pkgs/tools/misc/lf/deps.nix
blob: 91a0c368d5f9685ec4bd0860d9d96b7546c2d131 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[
  {
    goPackagePath = "github.com/nsf/termbox-go";
    fetch = {
      type = "git";
      url = "https://github.com/nsf/termbox-go";
      rev = "10cefba34bc5e7a6e5df0836a42513c28a10e074"; # master
      sha256 = "05jy6dpva2a1xfsv3yajavbx41gx8hhh5k3k901dnk0118hnyd0w";
    };
  }
  {
    goPackagePath = "github.com/mattn/go-runewidth";
    fetch = {
      type = "git";
      url = "https://github.com/mattn/go-runewidth";
      rev = "9e777a8366cce605130a531d2cd6363d07ad7317"; # v0.0.2
      sha256 = "0vkrfrz3fzn5n6ix4k8s0cg0b448459sldq8bp4riavsxm932jzb";
    };
  }
]