Merge pull request #167310 from Mic92/wireguard

linuxPackages_4_14.wireguard: 1.0.20210606 -> 1.0.20211208
This commit is contained in:
Jörg Thalheim 2022-04-06 14:30:47 +01:00 committed by GitHub
commit 26ab628331
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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