tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
ocamlPackages.vorbis: use Dune 3
Vincent Laporte
3 years ago
a2339d51
644c8f5c
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
ocaml-modules
vorbis
default.nix
+2
-2
pkgs/development/ocaml-modules/vorbis/default.nix
···
4
4
pname = "vorbis";
5
5
version = "0.8.0";
6
6
7
7
-
useDune2 = true;
7
7
+
duneVersion = "3";
8
8
9
9
src = fetchFromGitHub {
10
10
owner = "savonet";
11
11
repo = "ocaml-vorbis";
12
12
rev = "v${version}";
13
13
-
sha256 = "1acy7yvf2y5dggzxw4vmrpdipakr98si3pw5kxw0mh7livn08al8";
13
13
+
hash = "sha256-iCoE7I70wAp4n4XfETVKeaob2811E97/e6144bY/nqk=";
14
14
};
15
15
16
16
buildInputs = [ dune-configurator ];