Skip to content

Commit

Permalink
coqPackages.compcert: 3.14 → 3.15
Browse files Browse the repository at this point in the history
(cherry picked from commit a04ba40)
  • Loading branch information
vbgl authored and github-actions[bot] committed Dec 20, 2024
1 parent ddafee7 commit 5a5665a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/coq-modules/compcert/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand All @@ -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;
Expand Down

0 comments on commit 5a5665a

Please sign in to comment.