ocamlPackages.ocaml-migrate-parsetree: 1.0.5 -> 1.0.7

This commit is contained in:
Vincent Laporte 2017-11-04 19:13:51 +00:00
parent af7be86125
commit 0cabd5fa67
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -6,13 +6,13 @@ else
stdenv.mkDerivation rec {
name = "ocaml${ocaml.version}-ocaml-migrate-parsetree-${version}";
version = "1.0.5";
version = "1.0.7";
src = fetchFromGitHub {
owner = "let-def";
repo = "ocaml-migrate-parsetree";
rev = "v${version}";
sha256 = "1wj66nb16zijacpfrcm7yi0hlg315v71nxri3ia7r0sa3mlzxl34";
sha256 = "0v1h943xv5bd8qy5mr8pvyjbgamhs59nkgr94j3vznabrcfqzkh7";
};
buildInputs = [ ocaml findlib ocamlbuild jbuilder ];