Merge pull request #37533 from ryantm/auto-update/ocamlbuild

ocamlPackages.ocamlbuild: 0.11.0 -> 0.12.0
This commit is contained in:
Matthew Justin Bauer 2018-04-08 23:07:17 -05:00 committed by GitHub
commit aaee915889
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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