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

wireguard-tools: 0.0.20180904 -> 0.0.20180918
This commit is contained in:
Jörg Thalheim 2018-09-20 08:32:26 +01:00 committed by GitHub
commit f2516b10cb
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 { stdenv.mkDerivation rec {
name = "wireguard-tools-${version}"; name = "wireguard-tools-${version}";
version = "0.0.20180904"; version = "0.0.20180918";
src = fetchzip { src = fetchzip {
url = "https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${version}.tar.xz"; url = "https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${version}.tar.xz";
sha256 = "0slf6lchzhb2san1hsqnny1sdmxq8rzqwz355f33zsgaj6qh1gmk"; sha256 = "0ax6wvapzmn52l7js6n416852npgapa9875yl2ixs271y8m9kv40";
}; };
sourceRoot = "source/src/tools"; sourceRoot = "source/src/tools";