mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 07:31:20 +00:00
wireguard-tools: 0.0.20181119 -> 0.0.20181218
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/wireguard-tools/versions
This commit is contained in:
parent
911d1853ca
commit
76c2f7129e
|
@ -4,11 +4,11 @@ with stdenv.lib;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "wireguard-tools-${version}";
|
name = "wireguard-tools-${version}";
|
||||||
version = "0.0.20181119";
|
version = "0.0.20181218";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${version}.tar.xz";
|
url = "https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${version}.tar.xz";
|
||||||
sha256 = "1cxws2h64xvg6idb6jb6rdvn9wgmhdvq8s2lzqjbmds7sj6n09wa";
|
sha256 = "15lch0s4za7q5mr0dzdzwfsr7pr2i9gjygmpdnidwlx4z72vsajj";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = "source/src/tools";
|
sourceRoot = "source/src/tools";
|
||||||
|
|
Loading…
Reference in a new issue