ocamlPackages.opus: use Dune 3

This commit is contained in:
Vincent Laporte 2023-01-21 07:28:57 +01:00
parent bc954f6b81
commit 4d33f74bec
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -4,13 +4,13 @@ buildDunePackage rec {
pname = "opus";
version = "0.2.2";
useDune2 = true;
duneVersion = "3";
src = fetchFromGitHub {
owner = "savonet";
repo = "ocaml-opus";
rev = "v${version}";
sha256 = "sha256-Ghfqw/J1oLbTJpYJaiB5M79jaA6DACvyxBVE+NjnPkg=";
hash = "sha256-Ghfqw/J1oLbTJpYJaiB5M79jaA6DACvyxBVE+NjnPkg=";
};
nativeBuildInputs = [ pkg-config ];