openvpn: 2.5.6 -> 2.5.8

This commit is contained in:
Aaron Jheng 2022-11-01 08:14:23 +00:00
parent 60426c0a35
commit 2b24d0d98e
No known key found for this signature in database
GPG key ID: F6A547A869D050A3

View file

@ -81,8 +81,8 @@ in
};
openvpn = generic {
version = "2.5.6";
sha256 = "0gdd88rcan9vfiwkzsqn6fxxdim7kb1bsxrcra59c5xksprpwfik";
version = "2.5.8";
sha256 = "1cixqm4gn2d1v8qkbww75j30fzvxz13gc7whcmz54i0x4fvibwx6";
extraBuildInputs = [ openssl ];
};
}