ocamlPackages.chacha: use Dune 3

This commit is contained in:
Vincent Laporte 2023-03-09 18:19:08 +01:00
parent 92cebed2f9
commit 28716c5794
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -17,7 +17,7 @@ buildDunePackage rec {
owner = "abeaumont";
repo = "ocaml-chacha";
rev = version;
sha256 = "sha256-PmeiFloU0k3SqOK1VjaliiCEzDzrzyMSasgnO5fJS1k=";
hash = "sha256-PmeiFloU0k3SqOK1VjaliiCEzDzrzyMSasgnO5fJS1k=";
};
# Ensure compatibility with cstruct ≥ 6.1.0
@ -27,6 +27,7 @@ buildDunePackage rec {
})];
minimalOCamlVersion = "4.02";
duneVersion = "3";
propagatedBuildInputs = [ cstruct mirage-crypto ];