wireguard-go: use deps2nix for dependencies
This commit is contained in:
parent
3b44015e1a
commit
5f3480e04d
14
pkgs/tools/networking/wireguard-go/deps.nix
generated
14
pkgs/tools/networking/wireguard-go/deps.nix
generated
@ -1,29 +1,29 @@
|
|||||||
# This file was generated by https://github.com/kamilchm/go2nix v1.2.1
|
# file generated from Gopkg.lock using dep2nix (https://github.com/nixcloud/dep2nix)
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
goPackagePath = "golang.org/x/crypto";
|
goPackagePath = "golang.org/x/crypto";
|
||||||
fetch = {
|
fetch = {
|
||||||
type = "git";
|
type = "git";
|
||||||
url = "https://go.googlesource.com/crypto";
|
url = "https://go.googlesource.com/crypto";
|
||||||
rev = "1a580b3eff7814fc9b40602fd35256c63b50f491";
|
rev = "1a580b3eff7814fc9b40602fd35256c63b50f491";
|
||||||
sha256 = "11adgxc6fzcb3dxr5v2g4nk6ggrz04qnx633hzgmzfh2wv3blgv7";
|
sha256 = "11adgxc6fzcb3dxr5v2g4nk6ggrz04qnx633hzgmzfh2wv3blgv7";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
goPackagePath = "golang.org/x/net";
|
goPackagePath = "golang.org/x/net";
|
||||||
fetch = {
|
fetch = {
|
||||||
type = "git";
|
type = "git";
|
||||||
url = "https://go.googlesource.com/net";
|
url = "https://go.googlesource.com/net";
|
||||||
rev = "2491c5de3490fced2f6cff376127c667efeed857";
|
rev = "2491c5de3490fced2f6cff376127c667efeed857";
|
||||||
sha256 = "1wmijnrxi9p2rv8g6clqkzdihn5ncv29j0s4s1bz9ksncdr36ll3";
|
sha256 = "1wmijnrxi9p2rv8g6clqkzdihn5ncv29j0s4s1bz9ksncdr36ll3";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
goPackagePath = "golang.org/x/sys";
|
goPackagePath = "golang.org/x/sys";
|
||||||
fetch = {
|
fetch = {
|
||||||
type = "git";
|
type = "git";
|
||||||
url = "https://go.googlesource.com/sys";
|
url = "https://go.googlesource.com/sys";
|
||||||
rev = "7c87d13f8e835d2fb3a70a2912c811ed0c1d241b";
|
rev = "7c87d13f8e835d2fb3a70a2912c811ed0c1d241b";
|
||||||
sha256 = "03fhkng37rczqwfgah5hd7d373jps3hcfx79dmky2fh62yvpcyn3";
|
sha256 = "03fhkng37rczqwfgah5hd7d373jps3hcfx79dmky2fh62yvpcyn3";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user