We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efeefa0 commit ed13d2eCopy full SHA for ed13d2e
flake.nix
@@ -4,7 +4,7 @@
4
inputs.flake-utils.url = "github:numtide/flake-utils";
5
inputs.nixpkgs.url = "github:nixos/nixpkgs";
6
inputs.menhir-repository = {
7
- url = "gitlab:fpottier/menhir/20201216?host=gitlab.inria.fr";
+ url = "gitlab:fpottier/menhir/20231231?host=gitlab.inria.fr";
8
flake = false;
9
};
10
@@ -18,7 +18,7 @@
18
(_: osuper: {
19
# Override menhirLib to the pinned version
20
menhirLib = osuper.menhirLib.overrideAttrs (_: {
21
- version = "20201216";
+ version = "20231231";
22
src = menhir-repository;
23
});
24
0 commit comments