ocamlPackages.x509: 0.16.4 -> 0.16.5

This commit is contained in:
R. Ryantm 2023-08-01 05:57:23 +00:00
parent 6d634ba315
commit 6a44666022

View File

@ -8,13 +8,13 @@ buildDunePackage rec {
minimalOCamlVersion = "4.08";
pname = "x509";
version = "0.16.4";
version = "0.16.5";
duneVersion = "3";
src = fetchurl {
url = "https://github.com/mirleft/ocaml-x509/releases/download/v${version}/x509-${version}.tbz";
hash = "sha256-XegxhdASQK/I7Xd0gJSLumTGbCYFpWsjR7PlZSWqaVo=";
hash = "sha256-FJ4lpf6jf2GfsmkL7lwA8BydzzHTNfj/yqs5p1OMzZk=";
};
checkInputs = [ alcotest cstruct-unix ];