wireguard-go: 0.0.20200121 -> 0.0.20200320
https://git.zx2c4.com/wireguard-go/tag/?h=v0.0.20200320
This commit is contained in:
parent
fd0a039410
commit
9a8e600be4
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "wireguard-go";
|
pname = "wireguard-go";
|
||||||
version = "0.0.20200121";
|
version = "0.0.20200320";
|
||||||
|
|
||||||
goPackagePath = "golang.zx2c4.com/wireguard";
|
goPackagePath = "golang.zx2c4.com/wireguard";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://git.zx2c4.com/wireguard-go/snapshot/wireguard-go-${version}.tar.xz";
|
url = "https://git.zx2c4.com/wireguard-go/snapshot/wireguard-go-${version}.tar.xz";
|
||||||
sha256 = "04ca1j8lcbyg1qg7ls23yy90s17k97i912ksxfpads0sdd3r2yc9";
|
sha256 = "0fy4qsss3i3pkq1rpgjds4aipbwlh1dr9hbbf7jn2a1c63kfks0r";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./0001-Fix-darwin-build.patch ];
|
patches = [ ./0001-Fix-darwin-build.patch ];
|
||||||
|
4
pkgs/tools/networking/wireguard-go/deps.nix
generated
4
pkgs/tools/networking/wireguard-go/deps.nix
generated
@ -23,8 +23,8 @@
|
|||||||
fetch = {
|
fetch = {
|
||||||
type = "git";
|
type = "git";
|
||||||
url = "https://go.googlesource.com/sys";
|
url = "https://go.googlesource.com/sys";
|
||||||
rev = "c178f38b412c";
|
rev = "5c8b2ff67527";
|
||||||
sha256 = "1r6v8xnvb4z5vdckbj6vd08kn6h4ivr9hvdpgq4drj6l1mp79rf7";
|
sha256 = "0r5s7f4w7crrbcf5ydpr2xzsq0svjm332vsds41yp58kwi2lvh2v";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user