lol

ocamlPackages.vorbis: use Dune 3

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