Merge pull request #154028 from lopsided98/openvpn-iproute
openvpn: 2.5.2 -> 2.5.5
This commit is contained in:
commit
6cc6f9925a
1 changed files with 3 additions and 3 deletions
|
@ -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 a new issue