wireguard: 0.0.20190702 -> 0.0.20190913

This commit is contained in:
Will Dietz 2019-09-14 13:01:52 -05:00
parent 2ff3620d0d
commit c6af7bf1ac
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02

View File

@ -13,11 +13,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
pname = "wireguard-tools";
version = "0.0.20190702";
version = "0.0.20190913";
src = fetchzip {
url = "https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${version}.tar.xz";
sha256 = "1xl4hzqrny3855s7h1k24py81gdjyfv0mhv6y528f6p0h38r89s3";
sha256 = "08ns5d6xbl0qylb98mml0yh0yp837a1sm3hvpra21by1dvx8k0dg";
};
sourceRoot = "source/src/tools";