From 1326545a4e848c532ce8f199aeeb661d051f2f70 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Tue, 19 Oct 2021 22:38:44 -0500 Subject: [PATCH] ocamlPackages.menhirLib: 20210419 -> 20211012 --- pkgs/development/ocaml-modules/menhir/lib.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/ocaml-modules/menhir/lib.nix b/pkgs/development/ocaml-modules/menhir/lib.nix index 3f6660f23ee..5888833203c 100644 --- a/pkgs/development/ocaml-modules/menhir/lib.nix +++ b/pkgs/development/ocaml-modules/menhir/lib.nix @@ -2,14 +2,14 @@ buildDunePackage rec { pname = "menhirLib"; - version = "20210419"; + version = "20211012"; src = fetchFromGitLab { domain = "gitlab.inria.fr"; owner = "fpottier"; repo = "menhir"; rev = version; - sha256 = "0jcbr7s3iwfr7xxfybs3h407g76yfp5yq5r9i0wg2ahvvbqh03ky"; + sha256 = "08kf5apbv15n2kcr3qhyr3rvsf2lg25ackr3x9kfgiiqc0p3sz40"; }; useDune2 = true;