wireguard: 0.0.20161116.1 -> 0.0.20161129

This commit is contained in:
Jörg Thalheim 2016-12-10 21:45:03 +01:00
parent 146126e39a
commit 7c8d4cd9a9
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-experimental-${version}";
version = "0.0.20161116.1";
version = "0.0.20161129";
src = fetchurl {
url = "https://git.zx2c4.com/WireGuard/snapshot/WireGuard-experimental-${version}.tar.xz";
sha256 = "1393p1fllxvl4j0c8qz35k39crmcwrp8rjwxwn1wyhhrks8rs3bk";
sha256 = "1dyik704aixq38n71alpr4r8dxh7ipy7mgwbbccipsdadbjy7p3v";
};
meta = with stdenv.lib; {