forked from mirrors/nixpkgs
wireguard: 0.0.20180802 -> 0.0.20180809
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
249ba3d3ed
commit
7fff759f6d
|
@ -4,11 +4,11 @@ with stdenv.lib;
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "wireguard-tools-${version}";
|
||||
version = "0.0.20180802";
|
||||
version = "0.0.20180809";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${version}.tar.xz";
|
||||
sha256 = "1bz9hk3h57r160hxzwa942xkczhgrpwni9sr7gswrkfv3n0as3fa";
|
||||
sha256 = "07sbaignf8l4lndfxypgacaf2qmgyfkv1j5z7kn0cw5mgfsphmkx";
|
||||
};
|
||||
|
||||
sourceRoot = "source/src/tools";
|
||||
|
|
Loading…
Reference in a new issue