Merge pull request #126827 from NixOS/backport-126789-to-release-21.05

[Backport release-21.05] linuxPackages_5_4.wireguard: 1.0.20210424 -> 1.0.20210606
This commit is contained in:
Maximilian Bosch 2021-06-14 23:04:59 +02:00 committed by GitHub
commit 8db24dec53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -7,11 +7,11 @@ assert lib.versionOlder kernel.version "5.6";
stdenv.mkDerivation rec {
pname = "wireguard";
version = "1.0.20210424";
version = "1.0.20210606";
src = fetchzip {
url = "https://git.zx2c4.com/wireguard-linux-compat/snapshot/wireguard-linux-compat-${version}.tar.xz";
sha256 = "sha256-VLtIxYh308X28c9EOeHx0eA7HP2aRlekPXRt015/qAg=";
sha256 = "sha256-ha7x6+41oPRRhuRwEb1ojRWLF1dlEMoJtqXrzRKQ408=";
};
hardeningDisable = [ "pic" ];