wireguard: 20161129 -> 20161209

This commit is contained in:
Franz Pletz 2016-12-14 22:09:35 +01:00
parent 8b9ced0181
commit a4586f87dc
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -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; {