Merge pull request #77101 from xwvvvvwx/wireguard-0.0.20200105

wireguard: 0.0.20191226 -> 0.0.20200105
This commit is contained in:
Maximilian Bosch 2020-01-06 18:27:53 +01:00 committed by GitHub
commit f02e9f460d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = ''