ocamlPackages.vorbis: use Dune 3

This commit is contained in:
Vincent Laporte 2023-01-21 07:29:05 +01:00
parent 644c8f5cd5
commit a2339d5193
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -4,13 +4,13 @@ buildDunePackage rec {
pname = "vorbis";
version = "0.8.0";
useDune2 = true;
duneVersion = "3";
src = fetchFromGitHub {
owner = "savonet";
repo = "ocaml-vorbis";
rev = "v${version}";
sha256 = "1acy7yvf2y5dggzxw4vmrpdipakr98si3pw5kxw0mh7livn08al8";
hash = "sha256-iCoE7I70wAp4n4XfETVKeaob2811E97/e6144bY/nqk=";
};
buildInputs = [ dune-configurator ];