ocamlPackages.bigstringaf: use Dune 3

This commit is contained in:
Vincent Laporte 2023-04-10 14:14:26 +02:00
parent 7bbbb27a83
commit b9821fbd4d
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -5,12 +5,13 @@ buildDunePackage rec {
version = "0.9.0";
minimalOCamlVersion = "4.08";
duneVersion = "3";
src = fetchFromGitHub {
owner = "inhabitedtype";
repo = pname;
rev = version;
sha256 = "sha256-HXPjnE56auy2MI6HV2XuBX/VeqsO50HFzTul17lKEqE=";
hash = "sha256-HXPjnE56auy2MI6HV2XuBX/VeqsO50HFzTul17lKEqE=";
};
nativeBuildInputs = [ pkg-config ];