lol

ocamlPackages.theora: use Dune 3

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