forked from mirrors/nixpkgs
wireguard: 0.0.20181006 -> 0.0.20181007
(cherry picked from commit 97d2779059
)
This commit is contained in:
parent
9787b0c11d
commit
aa25fb3de4
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue