Skip to content

Commit d179c0d

Browse files
authored
Merge pull request #323393 from r-ryantm/auto-update/ocamlPackages.ocamlbuild
ocamlPackages.ocamlbuild: 0.14.3 -> 0.15.0
2 parents cfb399c + 6cbd5fd commit d179c0d

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
@@ -1,13 +1,13 @@
11
{ lib, stdenv, fetchFromGitHub, ocaml, findlib }:
22
stdenv.mkDerivation rec {
33
pname = "ocaml${ocaml.version}-ocamlbuild";
4-
version = "0.14.3";
4+
version = "0.15.0";
55

66
src = fetchFromGitHub {
77
owner = "ocaml";
88
repo = "ocamlbuild";
99
rev = version;
10-
sha256 = "sha256-dfcNu4ugOYu/M0rRQla7lXum/g1UzncdLGmpPYo0QUM=";
10+
sha256 = "sha256-j4Nd5flyvshIo+XFtBS0fKqdd9YcxYsjE7ty6rZLDRc=";
1111
};
1212

1313
createFindlibDestdir = true;

0 commit comments

Comments
 (0)