3
0
Fork 0
forked from mirrors/nixpkgs

wireguard: 0.0.20171017 -> 0.0.20171101

This commit is contained in:
zimbatm 2017-11-01 10:57:54 +00:00
parent e2f8fa37f2
commit 8a59ef7354

View file

@ -6,11 +6,11 @@ assert kernel != null -> stdenv.lib.versionAtLeast kernel.version "3.10";
let
name = "wireguard-${version}";
version = "0.0.20171017";
version = "0.0.20171101";
src = fetchurl {
url = "https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${version}.tar.xz";
sha256 = "1k9m980d7zmnhpj9kanyfavqrn7ryva16iblk9jrk6sdhxi9mdsp";
sha256 = "0983aivw7wc5qq8didh4bdbdxcmddbpganf0z1xnqmjyls168sq9";
};
meta = with stdenv.lib; {