3
0
Fork 0
forked from mirrors/nixpkgs

wireguard-go: 0.0.20191012 -> 0.0.20200121

This commit is contained in:
Maximilian Bosch 2020-03-13 20:36:12 +01:00
parent 0c35251af5
commit 5c066f9bfb
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "wireguard-go";
version = "0.0.20191012";
version = "0.0.20200121";
goPackagePath = "golang.zx2c4.com/wireguard";
src = fetchzip {
url = "https://git.zx2c4.com/wireguard-go/snapshot/wireguard-go-${version}.tar.xz";
sha256 = "0s3hvqpz13n630yvi0476hfzrp3xcj8x61zc2hl5z70f8kvbay4i";
sha256 = "04ca1j8lcbyg1qg7ls23yy90s17k97i912ksxfpads0sdd3r2yc9";
};
patches = [ ./0001-Fix-darwin-build.patch ];