Skip to content

Commit

Permalink
ocamlPackages.ocaml-migrate-parsetree: 1.0.4 -> 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Oct 4, 2017
1 parent 28bc4ef commit 5b23d46
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.4";
version = "1.0.5";

src = fetchFromGitHub {
owner = "let-def";
repo = "ocaml-migrate-parsetree";
rev = "v${version}";
sha256 = "0xwjll827anqngnqy746m2pd44mkhsaaqaqbir6z91xcqix2isvy";
sha256 = "1wj66nb16zijacpfrcm7yi0hlg315v71nxri3ia7r0sa3mlzxl34";
};

buildInputs = [ ocaml findlib ocamlbuild jbuilder ];
Expand Down

0 comments on commit 5b23d46

Please sign in to comment.