about summary refs log tree commit diff
path: root/pkgs/development/tools/gox/deps.nix
blob: c4991e38ff0262e7b1cb2825e6c0ad3e581971cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[
  {
    goPackagePath = "github.com/mitchellh/iochan";
    fetch = {
      type = "git";
      url = "https://github.com/mitchellh/iochan";
      rev = "87b45ffd0e9581375c491fef3d32130bb15c5bd7";
      sha256 = "1435kdcx3j1xgr6mm5c7w7hjx015jb20yfqlkp93q143hspf02fx";
    };
  }
]