summary refs log tree commit diff
path: root/pkgs/development/tools/gox/deps.nix
blob: d15b8e7c0916cbd220abc975650266d862dd7fe9 (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 = "b584a329b193e206025682ae6c10cdbe03b0cd77";
      sha256 = "1fcwdhfci41ibpng2j4c1bqfng578cwzb3c00yw1lnbwwhaq9r6b";
    };
  }
]