wireguard: 0.0.20161218 -> 0.0.20161223

This commit is contained in:
Jörg Thalheim 2016-12-24 13:47:05 +01:00
parent 7fda8db891
commit c98f3ffea8
No known key found for this signature in database
GPG key ID: CA4106B8D7CC79FA

View file

@ -6,11 +6,11 @@ assert kernel != null -> stdenv.lib.versionAtLeast kernel.version "4.1";
let
name = "wireguard-${version}";
version = "0.0.20161218";
version = "0.0.20161223";
src = fetchurl {
url = "https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${version}.tar.xz";
sha256 = "d805035d3e99768e69d8cdeb8fb5250a59b994ce127fceb71a078582c30f5597";
sha256 = "0wmrsap34nd1x4gvz80isgsjjxbplvkrxnw56qlaqxkycvv8zndv";
};
meta = with stdenv.lib; {