3
0
Fork 0
forked from mirrors/nixpkgs

wireguard: 0.0.20180202 -> 0.0.20180218

This commit is contained in:
xeji 2018-02-23 17:59:20 +01:00
parent 3b512ca185
commit 1c3b6d509d

View file

@ -6,11 +6,11 @@ assert kernel != null -> stdenv.lib.versionAtLeast kernel.version "3.10";
let let
name = "wireguard-${version}"; name = "wireguard-${version}";
version = "0.0.20180202"; version = "0.0.20180218";
src = fetchurl { src = fetchurl {
url = "https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${version}.tar.xz"; url = "https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${version}.tar.xz";
sha256 = "ee3415b482265ad9e8721aa746aaffdf311058a2d1a4d80e7b6d11bbbf71c722"; sha256 = "4ac4c4e4ad4dc2cf9dcb831b0cf347567ccea675ca524528cf5a4d9dccb2fe52";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {