nixpkgs/pkgs/tools/networking/wireguard-go/deps.nix

49 lines
1.2 KiB
Nix
Raw Normal View History

# file generated from go.mod using vgo2nix (https://github.com/adisbladis/vgo2nix)
2018-05-19 10:15:26 +02:00
[
{
goPackagePath = "golang.org/x/crypto";
2018-05-19 10:15:26 +02:00
fetch = {
type = "git";
url = "https://go.googlesource.com/crypto";
2020-01-03 02:13:57 +01:00
rev = "34f69633bfdc";
sha256 = "0169vcn9s4c851y9vm7xqnar3vdfjrp7qsvcxadpfhsmwlfhxzgg";
2018-05-19 10:15:26 +02:00
};
}
{
goPackagePath = "golang.org/x/net";
2018-05-19 10:15:26 +02:00
fetch = {
type = "git";
url = "https://go.googlesource.com/net";
2020-01-03 02:13:57 +01:00
rev = "d98b1b443823";
sha256 = "1vzwpy56g056dsq304xga3d55jg2cxx89bijpfwjlhwyqyskybsz";
2018-05-19 10:15:26 +02:00
};
}
{
goPackagePath = "golang.org/x/sys";
2018-05-19 10:15:26 +02:00
fetch = {
type = "git";
url = "https://go.googlesource.com/sys";
rev = "5c8b2ff67527";
sha256 = "0r5s7f4w7crrbcf5ydpr2xzsq0svjm332vsds41yp58kwi2lvh2v";
};
}
{
goPackagePath = "golang.org/x/text";
fetch = {
type = "git";
url = "https://go.googlesource.com/text";
rev = "v0.3.2";
sha256 = "0flv9idw0jm5nm8lx25xqanbkqgfiym6619w575p7nrdh0riqwqh";
};
}
{
goPackagePath = "golang.org/x/tools";
fetch = {
type = "git";
url = "https://go.googlesource.com/tools";
rev = "90fa682c2a6e";
sha256 = "03ic2xsy51jw9749wl7gszdbz99iijbd2bckgygl6cm9w5m364ak";
2018-05-19 10:15:26 +02:00
};
}
]