summary refs log tree commit diff
path: root/pkgs/tools/networking
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-05-20 10:13:23 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-05-20 10:13:23 -0700
commit410be1aa1da9f081e622369bbf1abc73705b959a (patch)
tree0b6b08e6c65a6ca036e325e3f254c3cfaa84de98 /pkgs/tools/networking
parent68cdc9c09e38e704a3bed720fc182f1907035375 (diff)
downloadnixlib-410be1aa1da9f081e622369bbf1abc73705b959a.tar
nixlib-410be1aa1da9f081e622369bbf1abc73705b959a.tar.gz
nixlib-410be1aa1da9f081e622369bbf1abc73705b959a.tar.bz2
nixlib-410be1aa1da9f081e622369bbf1abc73705b959a.tar.lz
nixlib-410be1aa1da9f081e622369bbf1abc73705b959a.tar.xz
nixlib-410be1aa1da9f081e622369bbf1abc73705b959a.tar.zst
nixlib-410be1aa1da9f081e622369bbf1abc73705b959a.zip
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
Diffstat (limited to 'pkgs/tools/networking')
-rw-r--r--pkgs/tools/networking/wireguard-tools/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/wireguard-tools/default.nix b/pkgs/tools/networking/wireguard-tools/default.nix
index f34119893c48..c9e48d61c359 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";