nixpkgs/pkgs/development/interpreters/joker/deps.nix

21 lines
536 B
Nix
Raw Normal View History

2017-10-30 02:09:00 +03:00
[
{
goPackagePath = "github.com/chzyer/readline";
fetch = {
type = "git";
url = "https://github.com/chzyer/readline";
rev = "6a4bc7b4feaeff8feb63f87d5fb2cf3e3610a559";
sha256 = "1ny3rws671sa9bj5phg6k1rprlgzys73kfdr14vxq4wnwz84zbrc";
};
}
2017-12-17 06:40:53 +03:00
{
goPackagePath = "gopkg.in/yaml.v2";
fetch = {
type = "git";
url = "https://gopkg.in/yaml.v2";
rev = "a83829b6f1293c91addabc89d0571c246397bbf4";
sha256 = "1m4dsmk90sbi17571h6pld44zxz7jc4lrnl4f27dpd1l8g5xvjhh";
};
}
2017-10-30 02:09:00 +03:00
]