Skip to content

Commit

Permalink
linuxPackages.wireguard: 1.0.20200908 -> 1.0.20201112
Browse files Browse the repository at this point in the history
(cherry picked from commit 6b9f232)
  • Loading branch information
erictapen authored and Ma27 committed Nov 12, 2020
1 parent 87645f7 commit 4289d0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
8 changes: 2 additions & 6 deletions pkgs/os-specific/linux/wireguard/default.nix
Expand Up @@ -7,17 +7,13 @@ assert stdenv.lib.versionOlder kernel.version "5.6";

stdenv.mkDerivation rec {
pname = "wireguard";
version = "1.0.20200908";
version = "1.0.20201112";

src = fetchzip {
url = "https://git.zx2c4.com/wireguard-linux-compat/snapshot/wireguard-linux-compat-${version}.tar.xz";
sha256 = "1nd2kc3c62907kxm1084dw7krd8xsy3hxydmcpz4jvk03vm5dnkg";
sha256 = "sha256-HnYvjZ3VUH79NwNIvyTTygWYbVqEL2ttvlOlLiHhb5s=";
};

patches = [
./linux-5.4.76-fix.patch
];

hardeningDisable = [ "pic" ];

KERNELDIR = "${kernel.dev}/lib/modules/${kernel.modDirVersion}/build";
Expand Down
12 changes: 0 additions & 12 deletions pkgs/os-specific/linux/wireguard/linux-5.4.76-fix.patch

This file was deleted.

0 comments on commit 4289d0f

Please sign in to comment.