mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
openvpn: 2.5.2 -> 2.5.5
Also, increase the minimum version that requires iproute2 (for documentation purposes only, since we are upgrading to a later version). Until 2.5.4, iproute2 was required to set the MAC address on the VPN interface.
This commit is contained in:
parent
3858bd2817
commit
75741425ce
@ -24,7 +24,7 @@ let
|
||||
|
||||
generic = { version, sha256 }:
|
||||
let
|
||||
withIpRoute = stdenv.isLinux && (versionOlder version "2.5");
|
||||
withIpRoute = stdenv.isLinux && (versionOlder version "2.5.4");
|
||||
in
|
||||
stdenv.mkDerivation
|
||||
rec {
|
||||
@ -83,7 +83,7 @@ in
|
||||
};
|
||||
|
||||
openvpn = generic {
|
||||
version = "2.5.2";
|
||||
sha256 = "sha256-sSdDg2kB82Xvr4KrJJOWfhshwh60POmo2hACoXycHcg=";
|
||||
version = "2.5.5";
|
||||
sha256 = "sha256-EZvWn6AhCDj2zaonNpbcc476IA9FTb4R6237dd+2ADs=";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user