ocamlPackages.theora: use Dune 3
This commit is contained in:
parent
4d33f74bec
commit
644c8f5cd5
1 changed files with 2 additions and 2 deletions
|
@ -4,13 +4,13 @@ buildDunePackage rec {
|
||||||
pname = "theora";
|
pname = "theora";
|
||||||
version = "0.4.0";
|
version = "0.4.0";
|
||||||
|
|
||||||
useDune2 = true;
|
duneVersion = "3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "savonet";
|
owner = "savonet";
|
||||||
repo = "ocaml-theora";
|
repo = "ocaml-theora";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1sggjmlrx4idkih1ddfk98cgpasq60haj4ykyqbfs22cmii5gpal";
|
hash = "sha256-VN1XYqxMCO0W9tMTqSAwWKv7GErTtRZgnC2SnmmV7+k=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ dune-configurator ];
|
buildInputs = [ dune-configurator ];
|
||||||
|
|
Loading…
Reference in a new issue