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

wireguard: 0.0.20180802 -> 0.0.20180809
This commit is contained in:
Jörg Thalheim 2018-08-17 07:28:52 +02:00 committed by GitHub
commit f2bf4157f7
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.20180802"; version = "0.0.20180809";
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 = "1bz9hk3h57r160hxzwa942xkczhgrpwni9sr7gswrkfv3n0as3fa"; sha256 = "07sbaignf8l4lndfxypgacaf2qmgyfkv1j5z7kn0cw5mgfsphmkx";
}; };
sourceRoot = "source/src/tools"; sourceRoot = "source/src/tools";