From 410be1aa1da9f081e622369bbf1abc73705b959a Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Sun, 20 May 2018 10:13:23 -0700 Subject: [PATCH] wireguard: 0.0.20180514 -> 0.0.20180519 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. These checks were done: - built on NixOS - /nix/store/c48vhaf6wqmra1g6sv4hv3i6vqlw7ll1-wireguard-tools-0.0.20180519/bin/wg passed the binary check. - /nix/store/c48vhaf6wqmra1g6sv4hv3i6vqlw7ll1-wireguard-tools-0.0.20180519/bin/wg-quick passed the binary check. - 2 of 2 passed binary check by having a zero exit code. - 0 of 2 passed binary check by having the new version present in output. - found 0.0.20180519 with grep in /nix/store/c48vhaf6wqmra1g6sv4hv3i6vqlw7ll1-wireguard-tools-0.0.20180519 - directory tree listing: https://gist.github.com/64bccf9c57ca84c49486890ccbf17239 - du listing: https://gist.github.com/f28d6cfd8bcbf6ab1a6c39ad40ce1606 --- pkgs/tools/networking/wireguard-tools/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/networking/wireguard-tools/default.nix b/pkgs/tools/networking/wireguard-tools/default.nix index f34119893c4..c9e48d61c35 100644 --- a/pkgs/tools/networking/wireguard-tools/default.nix +++ b/pkgs/tools/networking/wireguard-tools/default.nix @@ -6,11 +6,11 @@ in stdenv.mkDerivation rec { name = "wireguard-tools-${version}"; - version = "0.0.20180514"; + version = "0.0.20180519"; src = fetchzip { url = "https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${version}.tar.xz"; - sha256 = "15z0s1i8qyq1fpw8j6rky53ffrpp3f49zn1022jwdslk4g0ncaaj"; + sha256 = "0pd04ia0wcm0f6di4gx5kflccc5j35d72j38l8jqpj8vinl6l070"; }; preConfigure = "cd src";