Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rizo authored Sep 19, 2024
1 parent a5e4437 commit 83f24ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ let
# Obtain the latest onix package.
onix = import (builtins.fetchGit {
url = "https://github.com/rizo/onix.git";
rev = "43bfeb61ac0d35ebe8e140d3aca8222aee5dc85a";
rev = "a5e44375d88bcbf429ff8dc002ce613627a8f869";
}) { verbosity = "info"; };
# Create your project environment.
Expand All @@ -46,7 +46,7 @@ in onix.env {
};
# Optional: specify the compiler version for the build environment.
deps = { "ocaml-system" = "5.1.1"; };
deps = { "ocaml-system" = "5.2.0"; };
}
```

Expand Down

0 comments on commit 83f24ef

Please sign in to comment.