diff options
| author | Jörg Thalheim <joerg@thalheim.io> | 2022-04-05 11:02:41 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-04-06 13:35:25 +0000 |
| commit | 041d7877ddc0ff420684784e303c5fdd7c6b53da (patch) | |
| tree | f8be2a9e16e7f38fc9c062c4c1131bff82b19ba5 | |
| parent | busybox: fix CVE-2022-28391 (diff) | |
| download | nixpkgs-origin/backport-167310-to-release-21.11.tar.gz | |
linuxPackages_4_14.wireguard: 1.0.20210606 -> 1.0.20211208origin/backport-167310-to-release-21.11
(cherry picked from commit ef7be2a3f659030c5daaa0edc870d5a8c147e996)
| -rw-r--r-- | pkgs/os-specific/linux/wireguard/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/wireguard/default.nix b/pkgs/os-specific/linux/wireguard/default.nix index 32389d27369c..f10a44710727 100644 --- a/pkgs/os-specific/linux/wireguard/default.nix +++ b/pkgs/os-specific/linux/wireguard/default.nix @@ -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" ]; |
