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