Merge pull request #20526 from sternenseemann/x509
ocaml-x509: set mininimum supported ocaml version
This commit is contained in:
commit
5d7c2d9a4a
@ -4,6 +4,8 @@ buildOcaml rec {
|
|||||||
name = "x509";
|
name = "x509";
|
||||||
version = "0.5.3";
|
version = "0.5.3";
|
||||||
|
|
||||||
|
mininimumSupportedOcamlVersion = "4.02";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mirleft";
|
owner = "mirleft";
|
||||||
repo = "ocaml-x509";
|
repo = "ocaml-x509";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user