wireguard: 0.0.20170726 -> 0.0.20170810

authored by Jason A. Donenfeld and committed by GitHub decbc7d5 e8f924ae

+3 -3
+3 -3
pkgs/os-specific/linux/wireguard/default.nix
··· 6 let 7 name = "wireguard-${version}"; 8 9 - version = "0.0.20170726"; 10 11 src = fetchurl { 12 url = "https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${version}.tar.xz"; 13 - sha256 = "1nq1h9k1kf6p28ykids5mmdq50q6zpj0ylhsf94q1hjydcmlb4fv"; 14 }; 15 16 meta = with stdenv.lib; { 17 - homepage = https://www.wireguard.io/; 18 downloadPage = https://git.zx2c4.com/WireGuard/refs/; 19 description = "A prerelease of an experimental VPN tunnel which is not to be depended upon for security"; 20 maintainers = with maintainers; [ ericsagnes mic92 zx2c4 ];
··· 6 let 7 name = "wireguard-${version}"; 8 9 + version = "0.0.20170810"; 10 11 src = fetchurl { 12 url = "https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${version}.tar.xz"; 13 + sha256 = "ab96230390625aad6f4816fa23aef6e9f7fee130f083d838919129ff12089bf7"; 14 }; 15 16 meta = with stdenv.lib; { 17 + homepage = https://www.wireguard.com/; 18 downloadPage = https://git.zx2c4.com/WireGuard/refs/; 19 description = "A prerelease of an experimental VPN tunnel which is not to be depended upon for security"; 20 maintainers = with maintainers; [ ericsagnes mic92 zx2c4 ];