mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
linuxPackaes.wireguard: 1.0.20201221 -> 1.0.20210124
Announcement: https://lists.zx2c4.com/pipermail/wireguard/2021-January/006349.html
This commit is contained in:
parent
27f172ebd1
commit
801c70690a
1 changed files with 2 additions and 2 deletions
|
@ -7,11 +7,11 @@ assert lib.versionOlder kernel.version "5.6";
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "wireguard";
|
||||
version = "1.0.20201221";
|
||||
version = "1.0.20210124";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://git.zx2c4.com/wireguard-linux-compat/snapshot/wireguard-linux-compat-${version}.tar.xz";
|
||||
sha256 = "sha256-8RPJEk+6NaJP3LNZYEncLlkdrw2jHxNekKwEr+YpHeQ=";
|
||||
sha256 = "sha256-ZiHnKDYziiNvNV1/HjEluC83600RYCvgbUuPiRATRYE=";
|
||||
};
|
||||
|
||||
hardeningDisable = [ "pic" ];
|
||||
|
|
Loading…
Reference in a new issue