Merge pull request #46992 from r-ryantm/auto-update/ocamlbuild

ocamlPackages.ocamlbuild: 0.12.0 -> 0.13.0
This commit is contained in:
Timo Kaufmann 2018-10-20 23:12:04 +02:00 committed by GitHub
commit dd00db3c63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, ocaml, findlib }:
let
version = "0.12.0";
version = "0.13.0";
in
stdenv.mkDerivation {
name = "ocamlbuild-${version}";
@ -10,7 +10,7 @@ stdenv.mkDerivation {
owner = "ocaml";
repo = "ocamlbuild";
rev = version;
sha256 = "1shyim50ms0816fphc4mk0kldcx3pnba2i6m10q0cbm18m9d7chq";
sha256 = "13r9q8c209gkgcmbjhj9z4r5bmi90rxahdsiqm5jx8sr2pia5xbh";
};
createFindlibDestdir = true;