lol

ocamlPackages.theora: use Dune 3

+2 -2
+2 -2
pkgs/development/ocaml-modules/theora/default.nix
··· 4 pname = "theora"; 5 version = "0.4.0"; 6 7 - useDune2 = true; 8 9 src = fetchFromGitHub { 10 owner = "savonet"; 11 repo = "ocaml-theora"; 12 rev = "v${version}"; 13 - sha256 = "1sggjmlrx4idkih1ddfk98cgpasq60haj4ykyqbfs22cmii5gpal"; 14 }; 15 16 buildInputs = [ dune-configurator ];
··· 4 pname = "theora"; 5 version = "0.4.0"; 6 7 + duneVersion = "3"; 8 9 src = fetchFromGitHub { 10 owner = "savonet"; 11 repo = "ocaml-theora"; 12 rev = "v${version}"; 13 + hash = "sha256-VN1XYqxMCO0W9tMTqSAwWKv7GErTtRZgnC2SnmmV7+k="; 14 }; 15 16 buildInputs = [ dune-configurator ];