tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
ocamlPackages.theora: use Dune 3
Vincent Laporte
3 years ago
644c8f5c
4d33f74b
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
ocaml-modules
theora
default.nix
+2
-2
pkgs/development/ocaml-modules/theora/default.nix
···
4
4
pname = "theora";
5
5
version = "0.4.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-theora";
12
12
rev = "v${version}";
13
13
-
sha256 = "1sggjmlrx4idkih1ddfk98cgpasq60haj4ykyqbfs22cmii5gpal";
13
13
+
hash = "sha256-VN1XYqxMCO0W9tMTqSAwWKv7GErTtRZgnC2SnmmV7+k=";
14
14
};
15
15
16
16
buildInputs = [ dune-configurator ];