Merge pull request #39531 from r-ryantm/auto-update/openvpn

openvpn: 2.4.5 -> 2.4.6
This commit is contained in:
Matthew Justin Bauer 2018-04-28 00:58:56 -05:00 committed by GitHub
commit 4359507e72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];