ocamlPackages.theora: use Dune 3

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

View file

@ -4,13 +4,13 @@ buildDunePackage rec {
pname = "theora";
version = "0.4.0";
useDune2 = true;
duneVersion = "3";
src = fetchFromGitHub {
owner = "savonet";
repo = "ocaml-theora";
rev = "v${version}";
sha256 = "1sggjmlrx4idkih1ddfk98cgpasq60haj4ykyqbfs22cmii5gpal";
hash = "sha256-VN1XYqxMCO0W9tMTqSAwWKv7GErTtRZgnC2SnmmV7+k=";
};
buildInputs = [ dune-configurator ];