wireguard: 0.0.20170320.1 -> 0.0.20170409

(cherry picked from commit cbe0062325)
This commit is contained in:
Jörg Thalheim
2017-04-10 14:25:24 +02:00
parent 451478c14f
commit 44941030eb

View File

@@ -6,11 +6,11 @@ assert kernel != null -> stdenv.lib.versionAtLeast kernel.version "3.18";
let
name = "wireguard-${version}";
version = "0.0.20170320.1";
version = "0.0.20170409";
src = fetchurl {
url = "https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${version}.tar.xz";
sha256 = "19rcsmwcb9jp4lrfrkf1x78y4i6dcqx5p7kmcbjnbwl0nkc48vr8";
sha256 = "065vxxvdsnxk9paqbafi0c622b4qayfh3ps6zzb853qp2i6kniri";
};
meta = with stdenv.lib; {