nixpkgs/pkgs/tools/misc/lf/deps.nix

21 lines
578 B
Nix
Raw Normal View History

[
{
goPackagePath = "github.com/nsf/termbox-go";
fetch = {
type = "git";
url = "https://github.com/nsf/termbox-go";
2018-06-16 23:06:20 +02:00
rev = "5c94acc5e6eb520f1bcd183974e01171cc4c23b3"; # master
sha256 = "1fi8imdgwvlsgifw2qfl3ww0lsrgkfsimkzz7bnrq41nar78s0fw";
};
}
{
goPackagePath = "github.com/mattn/go-runewidth";
fetch = {
type = "git";
url = "https://github.com/mattn/go-runewidth";
2017-02-10 03:16:10 +01:00
rev = "9e777a8366cce605130a531d2cd6363d07ad7317"; # v0.0.2
sha256 = "0vkrfrz3fzn5n6ix4k8s0cg0b448459sldq8bp4riavsxm932jzb";
};
}
]