Skip to content

Commit eb3240f

Browse files
authoredOct 25, 2018
Revert "ocamlPackages.ocamlbuild: 0.12.0 -> 0.13.0"
1 parent dd0e0bd commit eb3240f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ stdenv, fetchFromGitHub, ocaml, findlib }:
22
let
3-
version = "0.13.0";
3+
version = "0.12.0";
44
in
55
stdenv.mkDerivation {
66
name = "ocamlbuild-${version}";
@@ -10,7 +10,7 @@ stdenv.mkDerivation {
1010
owner = "ocaml";
1111
repo = "ocamlbuild";
1212
rev = version;
13-
sha256 = "13r9q8c209gkgcmbjhj9z4r5bmi90rxahdsiqm5jx8sr2pia5xbh";
13+
sha256 = "1shyim50ms0816fphc4mk0kldcx3pnba2i6m10q0cbm18m9d7chq";
1414
};
1515

1616
createFindlibDestdir = true;

0 commit comments

Comments
 (0)
Please sign in to comment.