···6let
7 name = "wireguard-${version}";
89- version = "0.0.20170726";
1011 src = fetchurl {
12 url = "https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${version}.tar.xz";
13- sha256 = "1nq1h9k1kf6p28ykids5mmdq50q6zpj0ylhsf94q1hjydcmlb4fv";
14 };
1516 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 ];
···6let
7 name = "wireguard-${version}";
89+ version = "0.0.20170810";
1011 src = fetchurl {
12 url = "https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${version}.tar.xz";
13+ sha256 = "ab96230390625aad6f4816fa23aef6e9f7fee130f083d838919129ff12089bf7";
14 };
1516 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 ];