Merge pull request #246502 from r-ryantm/auto-update/ocamlPackages.x509

ocamlPackages.x509: 0.16.4 -> 0.16.5
This commit is contained in:
Weijia Wang 2023-08-02 12:48:03 +02:00 committed by GitHub
commit 384c6a6fa2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];