Skip to content

Commit

Permalink
ocamlPackages.ocaml-migrate-parsetree: 1.0.5 -> 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Nov 4, 2017
1 parent af7be86 commit 0cabd5f
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -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 ];
Expand Down

0 comments on commit 0cabd5f

Please sign in to comment.