We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent b752a01 commit a9b4f2dCopy full SHA for a9b4f2d
pkgs/os-specific/linux/wireguard/default.nix
@@ -6,11 +6,11 @@ assert kernel != null -> stdenv.lib.versionAtLeast kernel.version "3.18";
6
let
7
name = "wireguard-${version}";
8
9
- version = "0.0.20170629";
+ version = "0.0.20170706";
10
11
src = fetchurl {
12
url = "https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${version}.tar.xz";
13
- sha256 = "51c44624f20eaff96780845214f85491c0c7330598633cd180bb2a6547e5d2b2";
+ sha256 = "0cvc2iv1836l6f0c3v3kqn3zqrr80i123f1cz5kilhk5c91vjqsp";
14
};
15
16
meta = with stdenv.lib; {
0 commit comments