linuxPackages.wireguard: 1.0.20201112 -> 1.0.20201221

https://lists.zx2c4.com/pipermail/wireguard/2020-December/006210.html
This commit is contained in:
Maximilian Bosch 2021-01-04 21:12:45 +01:00
parent f284b44089
commit d815581d98
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 = "1.0.20201112";
version = "1.0.20201221";
src = fetchzip {
url = "https://git.zx2c4.com/wireguard-linux-compat/snapshot/wireguard-linux-compat-${version}.tar.xz";
sha256 = "sha256-HnYvjZ3VUH79NwNIvyTTygWYbVqEL2ttvlOlLiHhb5s=";
sha256 = "sha256-8RPJEk+6NaJP3LNZYEncLlkdrw2jHxNekKwEr+YpHeQ=";
};
hardeningDisable = [ "pic" ];