mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
ocamlPackages.chacha: use Dune 3
This commit is contained in:
parent
92cebed2f9
commit
28716c5794
@ -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 ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user