summary refs log tree commit diff
path: root/pkgs/development/interpreters/joker/deps.nix
blob: d5cc0bc44b0b40a6ea4f86c5df93221b6efb2296 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[
  {
    goPackagePath = "github.com/chzyer/readline";
    fetch = {
      type = "git";
      url = "https://github.com/chzyer/readline";
      rev = "6a4bc7b4feaeff8feb63f87d5fb2cf3e3610a559";
      sha256 = "1ny3rws671sa9bj5phg6k1rprlgzys73kfdr14vxq4wnwz84zbrc";
    };
  }
]