ocamlPackages.ppxlib: 0.3.0 -> 0.3.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ocaml4.06.1-ppxlib/versions
This commit is contained in:
R. RyanTM 2018-10-14 03:43:47 -07:00
parent 35ce480d69
commit c72e9d5034

View file

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