0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

linuxPackages.wireguard: 1.0.20200506 -> 1.0.20200520

https://lists.zx2c4.com/pipermail/wireguard/2020-May/005450.html
This commit is contained in:
Maximilian Bosch 2020-05-31 21:24:16 +02:00
parent 14fceb03d5
commit e90c5fe0ec
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 { stdenv.mkDerivation rec {
pname = "wireguard"; pname = "wireguard";
version = "1.0.20200506"; version = "1.0.20200520";
src = fetchzip { src = fetchzip {
url = "https://git.zx2c4.com/wireguard-linux-compat/snapshot/wireguard-linux-compat-${version}.tar.xz"; url = "https://git.zx2c4.com/wireguard-linux-compat/snapshot/wireguard-linux-compat-${version}.tar.xz";
sha256 = "05dphmcxm3lg860r5bj1b995avh43d1pap8p18p4ig4kv2r2g9nq"; sha256 = "1zggpm0zh6m30b9mchj3bg3z721k346r5m5a130inp779s4xm0sm";
}; };
hardeningDisable = [ "pic" ]; hardeningDisable = [ "pic" ];