Skip to content

Commit 7cb61eb

Browse files
authored
ocamlPackages.ocamlbuild: 0.15.0 -> 0.16.1 (#381938)
2 parents 2eae096 + a6d3a11 commit 7cb61eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/tools/ocaml/ocamlbuild/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
fetchFromGitHub,
55
ocaml,
66
findlib,
7-
version ? if lib.versionAtLeast ocaml.version "4.08" then "0.15.0" else "0.14.3",
7+
version ? if lib.versionAtLeast ocaml.version "4.08" then "0.16.1" else "0.14.3",
88
}:
99

1010
stdenv.mkDerivation (finalAttrs: {
@@ -18,7 +18,7 @@ stdenv.mkDerivation (finalAttrs: {
1818
hash =
1919
{
2020
"0.14.3" = "sha256-dfcNu4ugOYu/M0rRQla7lXum/g1UzncdLGmpPYo0QUM=";
21-
"0.15.0" = "sha256-j4Nd5flyvshIo+XFtBS0fKqdd9YcxYsjE7ty6rZLDRc=";
21+
"0.16.1" = "sha256-RpHVX0o4QduN73j+omlZlycRJaGZWfwHO5kq/WsEGZE=";
2222
}
2323
."${finalAttrs.version}";
2424
};

0 commit comments

Comments
 (0)