Merge pull request #48387 from r-ryantm/auto-update/ocaml4.06.1-ppxlib

ocamlPackages.ppxlib: 0.3.0 -> 0.3.1
This commit is contained in:
Timo Kaufmann 2018-10-20 23:01:08 +02:00 committed by GitHub
commit 4fb56f1368
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,14 +3,14 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "0.3.0"; version = "0.3.1";
name = "ocaml${ocaml.version}-ppxlib-${version}"; name = "ocaml${ocaml.version}-ppxlib-${version}";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ocaml-ppx"; owner = "ocaml-ppx";
repo = "ppxlib"; repo = "ppxlib";
rev = version; rev = version;
sha256 = "0csp49jh7zgjnqh46mxbf322whlbmgy7v1a12nvxh97qg6i5fvsy"; sha256 = "0qpjl84x8abq9zivifb0k8ld7fa1lrhkbajmmccvfv06ja3as1v4";
}; };
buildInputs = [ ocaml findlib dune ]; buildInputs = [ ocaml findlib dune ];