summary refs log tree commit diff
path: root/pkgs/development/tools/check/deps.nix
blob: b9c50d95d117c6ca2284af1faa23d20232b70b41 (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 = "677d2ff680c1";
      sha256 = "0vp1w1haqcjd82dxd6x9xrllbfwvm957rxwkpji96cgvhsli2bq5";
    };
  }
]