linuxPackages.wireguard: 1.0.20211208 -> 1.0.20220627

(cherry picked from commit 32cfc505c6)
This commit is contained in:
Yorick van Pelt
2022-07-21 16:06:44 +02:00
committed by github-actions[bot]
parent c9a1090e19
commit 74fcf28fc6

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" ];