nixpkgs/pkgs/games/boohu/deps.nix
Free Potion 90ad0fd743
boohu: switching to termbox-go build
This is necessary for a better user experience.
File with go dependencies (deps.nix) was added.
Minor changes: name replaced by pname, quotes for url.
2019-05-25 13:57:43 +03:00

21 lines
560 B
Nix
Generated

[
{
goPackagePath = "github.com/nsf/termbox-go";
fetch = {
type = "git";
url = "https://github.com/nsf/termbox-go";
rev = "288510b9734e30e7966ec2f22b87c5f8e67345e3";
sha256 = "0hdyisfaf8yb55h3p03p4sbq19546mp9fy28f2kn659mycmhxqk4";
};
}
{
goPackagePath = "github.com/mattn/go-runewidth";
fetch = {
type = "git";
url = "https://github.com/mattn/go-runewidth";
rev = "703b5e6b11ae25aeb2af9ebb5d5fdf8fa2575211";
sha256 = "0znpyz71gajx3g0j2zp63nhjj2c07g16885vxv4ykwnrfmzbgk4w";
};
}
]