Merge pull request #48866 from r-ryantm/auto-update/wireguard-tools

wireguard-tools: 0.0.20181007 -> 0.0.20181018
This commit is contained in:
Jörg Thalheim 2018-10-27 07:28:19 +01:00 committed by GitHub
commit 255cc1ff8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,11 +4,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "wireguard-tools-${version}";
version = "0.0.20181007";
version = "0.0.20181018";
src = fetchzip {
url = "https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${version}.tar.xz";
sha256 = "1nrhwnccs6sqq1qs7yhxqb989inrc9n2saibpqs6ga6gb0pvpac6";
sha256 = "0vrr0f89nrpwnyia6kqvrjkxwivrnvjnbavmx2nxlrb3sz23481y";
};
sourceRoot = "source/src/tools";