linuxPackages.wireguard: 1.0.20210219 -> 1.0.20210424
ChangeLog: https://lists.zx2c4.com/pipermail/wireguard/2021-April/006664.html
This commit is contained in:
parent
5a48b5ec83
commit
b5c423bedd
@ -7,11 +7,11 @@ assert lib.versionOlder kernel.version "5.6";
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "wireguard";
|
||||
version = "1.0.20210219";
|
||||
version = "1.0.20210424";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://git.zx2c4.com/wireguard-linux-compat/snapshot/wireguard-linux-compat-${version}.tar.xz";
|
||||
sha256 = "sha256-ZYZBnfX8DP0IV3VEBSzg7wnFCnlCzOT6Ql3kFZ0klfQ=";
|
||||
sha256 = "sha256-VLtIxYh308X28c9EOeHx0eA7HP2aRlekPXRt015/qAg=";
|
||||
};
|
||||
|
||||
hardeningDisable = [ "pic" ];
|
||||
|
Loading…
Reference in New Issue
Block a user