summary refs log tree commit diff
path: root/pkgs/development/tools/gocode/deps.nix
blob: 4eefdd9c6d0433d003f4aaa41a1ca83f82ee40b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[
  {
    goPackagePath = "golang.org/x/tools";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/tools";
      rev = "6fe81c087942f588f40c3f67b41ce284f2f70eee";
      sha256 = "04yl7rk2lf94bxz74ja5snh7ava9gcnf2yx6y002pfkk538r6w5d";
    };
  }
]