linuxPackages.wireguard: 0.0.20200214 -> 0.0.20200215

This commit is contained in:
David Terry 2020-02-15 08:01:42 +01:00
parent 6f24be13ee
commit b76dab8fc8
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.20200214";
version = "0.0.20200215";
src = fetchzip {
url = "https://git.zx2c4.com/wireguard-linux-compat/snapshot/wireguard-linux-compat-${version}.tar.xz";
sha256 = "1nc2w429r0vvfxhlca6va01164mgs2pqf2s5vjf32yy9irs553aa";
sha256 = "1hd9hm876ixr8jvzp5s1n9r6xal08sh2pxgj10pw4pk7mm15z2ib";
};
preConfigure = ''