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 f82bbc9 commit 9e0a260Copy full SHA for 9e0a260
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.20170409";
+ version = "0.0.20170531";
10
11
src = fetchurl {
12
url = "https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${version}.tar.xz";
13
- sha256 = "065vxxvdsnxk9paqbafi0c622b4qayfh3ps6zzb853qp2i6kniri";
+ sha256 = "1k6asxx7qzmxasvdwkvlalvav643fqfbndv80vjkbjqxy6mdkdrf";
14
};
15
16
meta = with stdenv.lib; {
0 commit comments