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

31 lines
798 B
Nix
Raw Normal View History

# file generated from go.mod using vgo2nix (https://github.com/adisbladis/vgo2nix)
2018-05-19 09:15:26 +01:00
[
{
goPackagePath = "golang.org/x/crypto";
2018-05-19 09:15:26 +01:00
fetch = {
type = "git";
url = "https://go.googlesource.com/crypto";
rev = "505ab145d0a9";
sha256 = "1vbsvcvmjz6c00p5vf8ls533p52fx2y3gy6v4k5qrdlzl4wf0i5s";
2018-05-19 09:15:26 +01:00
};
}
{
goPackagePath = "golang.org/x/net";
2018-05-19 09:15:26 +01:00
fetch = {
type = "git";
url = "https://go.googlesource.com/net";
rev = "610586996380";
sha256 = "1sqwmvf70rq1j65lv5jzyiy7gd53l37dxlnjf2xj6p2i4fcwkk4z";
2018-05-19 09:15:26 +01:00
};
}
{
goPackagePath = "golang.org/x/sys";
2018-05-19 09:15:26 +01:00
fetch = {
type = "git";
url = "https://go.googlesource.com/sys";
rev = "2a47403f2ae5";
sha256 = "0ww1iz1zcw995957h32289yascl37pkvfj3qcvyghvnzf7xg9v6z";
2018-05-19 09:15:26 +01:00
};
}
]