linuxPackages.wireguard: 1.0.20211208 -> 1.0.20220627

This commit is contained in:
Yorick van Pelt 2022-07-21 16:06:44 +02:00
parent b1abaab2d1
commit 32cfc505c6
No known key found for this signature in database
GPG Key ID: A36E70F9DC014A15

View File

@ -5,11 +5,11 @@ assert lib.versionOlder kernel.version "5.6";
stdenv.mkDerivation rec {
pname = "wireguard";
version = "1.0.20211208";
version = "1.0.20220627";
src = fetchzip {
url = "https://git.zx2c4.com/wireguard-linux-compat/snapshot/wireguard-linux-compat-${version}.tar.xz";
sha256 = "sha256-MHC4ojhRD8IGwTUE8oEew8IVof9hQCC7CPgVQIBfBRQ=";
sha256 = "sha256-skbho3e49lZ/GLp/JDQpf/yXIEjes86aYtw/dn6e0Uo=";
};
hardeningDisable = [ "pic" ];