We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2eae096 + a6d3a11 commit 7cb61ebCopy full SHA for 7cb61eb
pkgs/development/tools/ocaml/ocamlbuild/default.nix
@@ -4,7 +4,7 @@
4
fetchFromGitHub,
5
ocaml,
6
findlib,
7
- version ? if lib.versionAtLeast ocaml.version "4.08" then "0.15.0" else "0.14.3",
+ version ? if lib.versionAtLeast ocaml.version "4.08" then "0.16.1" else "0.14.3",
8
}:
9
10
stdenv.mkDerivation (finalAttrs: {
@@ -18,7 +18,7 @@ stdenv.mkDerivation (finalAttrs: {
18
hash =
19
{
20
"0.14.3" = "sha256-dfcNu4ugOYu/M0rRQla7lXum/g1UzncdLGmpPYo0QUM=";
21
- "0.15.0" = "sha256-j4Nd5flyvshIo+XFtBS0fKqdd9YcxYsjE7ty6rZLDRc=";
+ "0.16.1" = "sha256-RpHVX0o4QduN73j+omlZlycRJaGZWfwHO5kq/WsEGZE=";
22
}
23
."${finalAttrs.version}";
24
};
0 commit comments