summary refs log tree commit diff
path: root/pkgs/tools/misc/lf/deps.nix
blob: ec9dc30e0cd6e238f10af2f51da197cb49ebcda8 (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 = "e2050e41c8847748ec5288741c0b19a8cb26d084"; # master
      sha256 = "181b1df2b6fcn5wizq2qqxl1kwqbih5k15n08rx3bcz36q34n23s";
    };
  }
  {
    goPackagePath = "github.com/mattn/go-runewidth";
    fetch = {
      type = "git";
      url = "https://github.com/mattn/go-runewidth";
      rev = "9e777a8366cce605130a531d2cd6363d07ad7317"; # v0.0.2
      sha256 = "0vkrfrz3fzn5n6ix4k8s0cg0b448459sldq8bp4riavsxm932jzb";
    };
  }
]