wireguard: 20161129 -> 20161209
This commit is contained in:
parent
8b9ced0181
commit
a4586f87dc
@ -4,13 +4,13 @@
|
||||
assert kernel != null -> stdenv.lib.versionAtLeast kernel.version "4.1";
|
||||
|
||||
let
|
||||
name = "wireguard-experimental-${version}";
|
||||
name = "wireguard-${version}";
|
||||
|
||||
version = "0.0.20161129";
|
||||
version = "0.0.20161209";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://git.zx2c4.com/WireGuard/snapshot/WireGuard-experimental-${version}.tar.xz";
|
||||
sha256 = "1dyik704aixq38n71alpr4r8dxh7ipy7mgwbbccipsdadbjy7p3v";
|
||||
url = "https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${version}.tar.xz";
|
||||
sha256 = "11n8dq8a8w0qj8xg5np9w02kmk14hn5hphv2h4bjw9hs8yxvkaya";
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user