summary refs log tree commit diff
path: root/pkgs/development/interpreters/joker/deps.nix
blob: 4eff988796b3e10d430e6e8cb40fb986a7ba414a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[
  {
    goPackagePath = "github.com/chzyer/readline";
    fetch = {
      type = "git";
      url = "https://github.com/chzyer/readline";
      rev = "6a4bc7b4feaeff8feb63f87d5fb2cf3e3610a559";
      sha256 = "1ny3rws671sa9bj5phg6k1rprlgzys73kfdr14vxq4wnwz84zbrc";
    };
  }
  {
    goPackagePath = "github.com/pkg/profile";
    fetch = {
      type = "git";
      url = "https://github.com/pkg/profile";
      rev = "5b67d428864e92711fcbd2f8629456121a56d91f";
      sha256 = "0blqmvgqvdbqmh3fp9pfdxc9w1qfshrr0zy9whj0sn372bw64qnr";
    };
  }
  {
    goPackagePath = "gopkg.in/yaml.v2";
    fetch = {
      type = "git";
      url = "https://gopkg.in/yaml.v2";
      rev = "a83829b6f1293c91addabc89d0571c246397bbf4";
      sha256 = "1m4dsmk90sbi17571h6pld44zxz7jc4lrnl4f27dpd1l8g5xvjhh";
    };
  }
]