nixpkgs/pkgs/games/harmonist/deps.nix

21 lines
560 B
Nix
Raw Normal View History

2019-05-25 10:14:43 +00:00
[
{
goPackagePath = "github.com/nsf/termbox-go";
fetch = {
type = "git";
url = "https://github.com/nsf/termbox-go";
2019-12-13 22:43:20 +00:00
rev = "93860e16131719fa9722e7c448dbf8c0e3210a0d";
sha256 = "03hz060cy8qrl4kgr80pbq6xvr38z4c6ghr3y81i8g854rvp6426";
2019-05-25 10:14:43 +00:00
};
}
{
goPackagePath = "github.com/mattn/go-runewidth";
fetch = {
type = "git";
url = "https://github.com/mattn/go-runewidth";
2019-12-13 22:43:20 +00:00
rev = "18c3d09a134a52720932bbaa92c798a0ab111004";
sha256 = "1snr8mk63vz2h44knq26dm81p83887v7kb09iywqmx0nqzngih66";
2019-05-25 10:14:43 +00:00
};
}
]