Merge pull request #41649 from zx2c4-forks/master

wireguard: 0.0.20180524 -> 0.0.20180531
This commit is contained in:
Jörg Thalheim 2018-06-08 15:46:25 +01:00 committed by GitHub
commit 95f97cb406
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.20180524";
version = "0.0.20180531";
src = fetchzip {
url = "https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${version}.tar.xz";
sha256 = "0h503h9hh1vl3j2daz7lm2fp4wda65iphmx8k21md6yql8f56vmi";
sha256 = "0944zxmpx2cs71nxl7rcyhpqlwplkzd7jsf1n66vflngw2sjxm03";
};
sourceRoot = "source/src/tools";