summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-26 01:20:56 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-26 01:20:56 -0700
commit8898063828e5813682bf2c8aa751e0e48d989296 (patch)
tree690d1e038ff8b7f71b336d410de91ebc364df491
parent7e33e374db487ed87db316db3b2687f917aa7f90 (diff)
downloadnixlib-8898063828e5813682bf2c8aa751e0e48d989296.tar
nixlib-8898063828e5813682bf2c8aa751e0e48d989296.tar.gz
nixlib-8898063828e5813682bf2c8aa751e0e48d989296.tar.bz2
nixlib-8898063828e5813682bf2c8aa751e0e48d989296.tar.lz
nixlib-8898063828e5813682bf2c8aa751e0e48d989296.tar.xz
nixlib-8898063828e5813682bf2c8aa751e0e48d989296.tar.zst
nixlib-8898063828e5813682bf2c8aa751e0e48d989296.zip
openvpn: 2.4.5 -> 2.4.6
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/openvpn/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 2.4.6 with grep in /nix/store/5hj70y409c0b01zmx4rddiicgq7jajb2-openvpn-2.4.6
- directory tree listing: https://gist.github.com/ce0bc5e31d7d26ead341febdc7bdc6ee
-rw-r--r--pkgs/tools/networking/openvpn/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/openvpn/default.nix b/pkgs/tools/networking/openvpn/default.nix
index 31fccbffa790..d96652e456df 100644
--- a/pkgs/tools/networking/openvpn/default.nix
+++ b/pkgs/tools/networking/openvpn/default.nix
@@ -10,11 +10,11 @@ with stdenv.lib;
 
 stdenv.mkDerivation rec {
   name = "openvpn-${version}";
-  version = "2.4.5";
+  version = "2.4.6";
 
   src = fetchurl {
     url = "http://swupdate.openvpn.net/community/releases/${name}.tar.xz";
-    sha256 = "17njq59hsraqyxrbhkrxr7dvx0p066s3pn8w1mi0yd9jldis7h23";
+    sha256 = "09lck4wmkas3iyrzaspin9gn3wiclqb1m9sf8diy7j8wakx38r2g";
   };
 
   nativeBuildInputs = [ pkgconfig ];