wireguard: 0.0.20180625 -> 0.0.20180708 (#43318)

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/wireguard-tools/versions.
This commit is contained in:
R. RyanTM 2018-07-11 01:33:41 -07:00 committed by xeji
parent 01bc14da8f
commit 5d0e6576cd

View File

@ -4,11 +4,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "wireguard-tools-${version}";
version = "0.0.20180625";
version = "0.0.20180708";
src = fetchzip {
url = "https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${version}.tar.xz";
sha256 = "1z7iibydj59nzx0jcxabb9k7b6djjz6yi032n66mqr98dh4dlkb7";
sha256 = "04c3vynr7rfmnnw7gccbap9xcfi89ma09lq66c4bzjzxny1n2wdz";
};
sourceRoot = "source/src/tools";