mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Merge pull request #68919 from dtzWill/update/wireguard-20190913
wireguard: 0.0.20190702 -> 0.0.20190913
This commit is contained in:
commit
0a0a933dcc
1 changed files with 2 additions and 2 deletions
|
@ -13,11 +13,11 @@ with stdenv.lib;
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "wireguard-tools";
|
||||
version = "0.0.20190702";
|
||||
version = "0.0.20190913";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${version}.tar.xz";
|
||||
sha256 = "1xl4hzqrny3855s7h1k24py81gdjyfv0mhv6y528f6p0h38r89s3";
|
||||
sha256 = "08ns5d6xbl0qylb98mml0yh0yp837a1sm3hvpra21by1dvx8k0dg";
|
||||
};
|
||||
|
||||
sourceRoot = "source/src/tools";
|
||||
|
|
Loading…
Reference in a new issue