summary refs log blame commit diff
path: root/pkgs/development/tools/go-outline/deps.nix
blob: 6a333b58bec6a7b21653b215343a6d3ae318365d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                      
[
  {
    goPackagePath = "golang.org/x/tools";
    fetch = {
      type = "git";
      url = "https://github.com/golang/tools";
      rev = "96b5a5404f303f074e6117d832a9873c439508f0";
      sha256 = "1h6r9xyp1v3w2x8d108vzghn65l6ia2h895irypmrwymfcp30y42";
    };
  }
]