wireguard: 0.0.20191226 -> 0.0.20200105

https://lists.zx2c4.com/pipermail/wireguard/2020-January/004844.html
This commit is contained in:
David Terry 2020-01-06 14:56:04 +01:00
parent cc62409067
commit ed72b90dd6
No known key found for this signature in database
GPG Key ID: D1920031620D057E

View File

@ -7,11 +7,11 @@ assert stdenv.lib.versionOlder kernel.version "5.6";
stdenv.mkDerivation rec {
pname = "wireguard";
version = "0.0.20191226";
version = "0.0.20200105";
src = fetchzip {
url = "https://git.zx2c4.com/wireguard-linux-compat/snapshot/wireguard-linux-compat-${version}.tar.xz";
sha256 = "1q618h385kqnzxa8xswnw9i1yqrlnl3fglkhbzc8w1181qr4fhra";
sha256 = "1b0amq4xjnl0bfxy6g0awbgnfymx3knd4ldai25z53j8f7d9xri7";
};
preConfigure = ''