wireguard: 0.0.20170105 -> 0.0.20170115

This commit is contained in:
Jörg Thalheim 2017-01-15 16:12:42 +01:00
parent 986dba716f
commit 12b2830446
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 "3.18";
let
name = "wireguard-${version}";
version = "0.0.20170105";
version = "0.0.20170115";
src = fetchurl {
url = "https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${version}.tar.xz";
sha256 = "15iqb1a85aygbf3myw6r79i5h3vpjam1rs6xrnf5kgvgmvp91n8v";
sha256 = "1s7zypgbwyf3mkh9any413p0awpny0dxix8d1plsrm52k539ypvy";
};
meta = with stdenv.lib; {