Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Mar 30, 2023
1 parent ee05a55 commit ce2e7a8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions ocaml/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -556,8 +556,10 @@ with oself;
src = fetchFromGitHub {
owner = "ocaml";
repo = "dune";
rev = "cecbdd6b5f2e2fdf0de7e06bb6ddadddb9b528db";
hash = "sha256-O3DdjbBkLnN/Y36FEwx/3bn7Vr7WDZK4QdxuYP03jOE=";
# rev = "649031728346482a83441c26c0bbe06ecd89cce2";
# hash = "sha256-IbvAumstRp7JE+UQDArrwYWyZtbe8q8bZo05eVzA/MU=";
rev = "e4314c4889053949e855fb30c4d17d2881e6a8eb";
hash = "sha256-0bRZDX/Ze2eFSQCj1uGYKcMDEvgNJ+tdS8Vf655f+QA=";
};
nativeBuildInputs = o.nativeBuildInputs ++ [ makeWrapper ];

Expand Down Expand Up @@ -1494,8 +1496,8 @@ with oself;

ppxlib = osuper.ppxlib.overrideAttrs (_: {
src = builtins.fetchurl {
url = https://github.com/ocaml-ppx/ppxlib/releases/download/0.29.0/ppxlib-0.29.0.tbz;
sha256 = "1fjqjq9w157wkzgappswm8g1adhb8r4qvs9kfmw3kvzhvd6i12wf";
url = https://github.com/ocaml-ppx/ppxlib/releases/download/0.29.1/ppxlib-0.29.1.tbz;
sha256 = "0yfxwmkcgrn8j0m8dsklm7d979119f0jszrfc6kdnks1f23qrsn8";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit ce2e7a8

Please sign in to comment.