linuxPackages.wireguard: 0.0.20200215 -> 0.0.20200318

https://lists.zx2c4.com/pipermail/wireguard/2020-March/005188.html
This commit is contained in:
Maximilian Bosch 2020-03-19 08:42:34 +01:00
parent 45632582c5
commit e758e95c1d
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

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