Skip to content

Commit

Permalink
Revert "ocamlPackages.ocamlbuild: 0.12.0 -> 0.13.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
timokau committed Oct 25, 2018
1 parent dd0e0bd commit eb3240f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/ocaml/ocamlbuild/default.nix
@@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, ocaml, findlib }:
let
version = "0.13.0";
version = "0.12.0";
in
stdenv.mkDerivation {
name = "ocamlbuild-${version}";
Expand All @@ -10,7 +10,7 @@ stdenv.mkDerivation {
owner = "ocaml";
repo = "ocamlbuild";
rev = version;
sha256 = "13r9q8c209gkgcmbjhj9z4r5bmi90rxahdsiqm5jx8sr2pia5xbh";
sha256 = "1shyim50ms0816fphc4mk0kldcx3pnba2i6m10q0cbm18m9d7chq";
};

createFindlibDestdir = true;
Expand Down

0 comments on commit eb3240f

Please sign in to comment.