Skip to content

Commit ed13d2e

Browse files
authored
Bump menhir version in flake.nix (#187)
1 parent efeefa0 commit ed13d2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
inputs.flake-utils.url = "github:numtide/flake-utils";
55
inputs.nixpkgs.url = "github:nixos/nixpkgs";
66
inputs.menhir-repository = {
7-
url = "gitlab:fpottier/menhir/20201216?host=gitlab.inria.fr";
7+
url = "gitlab:fpottier/menhir/20231231?host=gitlab.inria.fr";
88
flake = false;
99
};
1010

@@ -18,7 +18,7 @@
1818
(_: osuper: {
1919
# Override menhirLib to the pinned version
2020
menhirLib = osuper.menhirLib.overrideAttrs (_: {
21-
version = "20201216";
21+
version = "20231231";
2222
src = menhir-repository;
2323
});
2424

0 commit comments

Comments
 (0)