3
0
Fork 0
forked from mirrors/nixpkgs

wireguard: 0.0.20181006 -> 0.0.20181007

This commit is contained in:
Franz Pletz 2018-10-13 15:44:18 +02:00
parent 7e615310f7
commit 97d2779059
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -4,11 +4,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "wireguard-tools-${version}";
version = "0.0.20181006";
version = "0.0.20181007";
src = fetchzip {
url = "https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${version}.tar.xz";
sha256 = "0283slpyqb8d4cx9wyahqmqi4lwhzamc4i2710zid5y71vjgsgw3";
sha256 = "1nrhwnccs6sqq1qs7yhxqb989inrc9n2saibpqs6ga6gb0pvpac6";
};
sourceRoot = "source/src/tools";