From 5a5665ad539ef6a75b9e5c850439651e633c84cb Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Fri, 13 Dec 2024 12:37:41 +0100 Subject: [PATCH] =?UTF-8?q?coqPackages.compcert:=203.14=20=E2=86=92=203.15?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit a04ba402ddf61b336295cd5621889d9873c285c1) --- pkgs/development/coq-modules/compcert/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/coq-modules/compcert/default.nix b/pkgs/development/coq-modules/compcert/default.nix index 4adfa5698cf86..b24a2ea371762 100644 --- a/pkgs/development/coq-modules/compcert/default.nix +++ b/pkgs/development/coq-modules/compcert/default.nix @@ -42,7 +42,7 @@ let lib.switch coq.version [ { case = range "8.14" "8.20"; - out = "3.14"; + out = "3.15"; } { case = isEq "8.13"; @@ -67,6 +67,7 @@ let "3.13".sha256 = "sha256-ZedxgEPr1ZgKIcyhQ6zD1l2xr6RDNNUYq/4ZyR6ojM4="; "3.13.1".sha256 = "sha256-ldXbuzVB0Z+UVTd5S4yGSg6oRYiKbXLMmUZcQsJLcns="; "3.14".sha256 = "sha256-QXJMpp/BaPiK5okHeo2rcmXENToXKjB51UqljMHTDgw="; + "3.15".sha256 = "sha256-QFTueGZd0hAWUj+c5GZL/AyNpfN4FuJiIzCICmwRXJ8="; }; strictDeps = true;