summary refs log tree commit diff
path: root/pkgs/development/tools/impl/deps.nix
blob: 3477aaed6075ef79908db4af3044a82254b64e53 (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 = "96e9e165b75e735822645eff82850b08c377be36";
      sha256 = "1zj9ck5sg9b0pphxybmvxf64hhcap7v7j37fx3v5aknf18crjjdg";
    };
  }
]