Skip to content

Commit

Permalink
Merge pull request #37533 from ryantm/auto-update/ocamlbuild
Browse files Browse the repository at this point in the history
ocamlPackages.ocamlbuild: 0.11.0 -> 0.12.0
  • Loading branch information
matthewbauer committed Apr 9, 2018
2 parents 160972a + 7312e85 commit aaee915
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/ocaml/ocamlbuild/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, ocaml, findlib }:
let
version = "0.11.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 = "0c8lv15ngmrc471jmkv0jp3d573chibwnjlavps047d9hd8gwxak";
sha256 = "1shyim50ms0816fphc4mk0kldcx3pnba2i6m10q0cbm18m9d7chq";
};

createFindlibDestdir = true;
Expand Down

0 comments on commit aaee915

Please sign in to comment.