summary refs log tree commit diff
path: root/pkgs/development/tools/golint/deps.nix
blob: caf3615c666b28fb97cdf33501008c66e52e0d8f (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 = "66487607e2081c7c2af2281c62c14ee000d5024b";
      sha256 = "03wiraqkms4jb5gi7vmp52mpmp4av08yw4gr2nk31c2rnhyd3jv4";
    };
  }
]