Skip to content

Commit

Permalink
wireguard: 2016-10-25 -> 0.0.20161110
Browse files Browse the repository at this point in the history
(cherry picked from commit c0f9bc9)
  • Loading branch information
Mic92 authored and grahamc committed Feb 14, 2017
1 parent efdcb44 commit 8d799c6
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions pkgs/os-specific/linux/wireguard/default.nix
Expand Up @@ -2,17 +2,15 @@

# module requires Linux >= 4.1 https://www.wireguard.io/install/#kernel-requirements
assert kernel != null -> stdenv.lib.versionAtLeast kernel.version "4.1";
# module is incompatible with the PaX constification plugin
assert kernel != null -> !(kernel.features.grsecurity or false);

let
name = "wireguard-unstable-${version}";
name = "wireguard-experimental-${version}";

version = "2016-10-25";
version = "0.0.20161110";

src = fetchurl {
url = "https://git.zx2c4.com/WireGuard/snapshot/WireGuard-experimental-0.0.20161025.tar.xz";
sha256 = "09rhap3dzb8rcq1a1af9inf1qz7161yghafbgpbnd9dg016vhgs3";
url = "https://git.zx2c4.com/WireGuard/snapshot/WireGuard-experimental-${version}.tar.xz";
sha256 = "13z416k64gnkp9248h846h40ph83ms7l9mm9b9xpki17j5q7hm10";
};

meta = with stdenv.lib; {
Expand Down

0 comments on commit 8d799c6

Please sign in to comment.