We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 10fe275 commit 4a60c51Copy full SHA for 4a60c51
pkgs/development/ocaml-modules/uunf/default.nix
@@ -8,11 +8,11 @@ assert stdenv.lib.versionAtLeast ocaml.version "4.01";
8
9
stdenv.mkDerivation rec {
10
name = "ocaml-${pname}-${version}";
11
- version = "2.0.0";
+ version = "10.0.0";
12
13
src = fetchurl {
14
url = "${webpage}/releases/${pname}-${version}.tbz";
15
- sha256 = "1i132168949vdc8magycgf9mdysf50vvr7zngnjl4vi3zdayq20c";
+ sha256 = "0c5lwica5668ybsffllk6x4p921nw4pljimgqikhf17k5hvyjsbr";
16
};
17
18
buildInputs = [ ocaml findlib ocamlbuild opam topkg uutf cmdliner ];
0 commit comments