ocamlPackages.x509: 0.16.0 → 0.16.2

This commit is contained in:
Vincent Laporte 2022-10-03 08:22:23 +02:00 committed by Vincent Laporte
parent 39490a5f24
commit 4329682cb6

View file

@ -8,11 +8,11 @@ buildDunePackage rec {
minimalOCamlVersion = "4.08";
pname = "x509";
version = "0.16.0";
version = "0.16.2";
src = fetchurl {
url = "https://github.com/mirleft/ocaml-x509/releases/download/v${version}/x509-${version}.tbz";
sha256 = "sha256:159mhfwsiv08sj0zk7s3k813f0mc9vpziwpf6j9r32y3nizp59k7";
sha256 = "sha256-Zf/ZZjUAkeWe04XLmqMKgbxN/qe/Z1mpKM82veXVf2I=";
};
checkInputs = [ alcotest cstruct-unix ];