Skip to content

Commit 9ec30e8

Browse files
authored
Update OxCaml to 5.2.0minus-31 (#14305)
The OxCaml opam repository now pins release `5.2.0minus-31`. Previously pinned: `5.2.0minus-25` This PR updates `flake.nix` to pin both `oxcaml` and `oxcaml-opam-repository`.
2 parents d7f46a7 + 96a69ee commit 9ec30e8

2 files changed

Lines changed: 14 additions & 13 deletions

File tree

flake.lock

Lines changed: 12 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
flake = false;
1616
};
1717
oxcaml = {
18-
url = "github:oxcaml/oxcaml/5.2.0minus-25";
18+
url = "github:oxcaml/oxcaml/5.2.0minus-31";
1919
};
2020
oxcaml-opam-repository = {
21-
url = "github:oxcaml/opam-repository";
21+
url = "github:oxcaml/opam-repository/231c88c2e564fdca40e15e750aacad5fb0887435";
2222
flake = false;
2323
};
2424
revdeps-dune = {

0 commit comments

Comments
 (0)