Skip to content

Commit

Permalink
coqPackages.compcert: 3.14 → 3.15 (#364936)
Browse files Browse the repository at this point in the history
  • Loading branch information
FliegendeWurst authored Dec 20, 2024
2 parents f244d65 + a04ba40 commit db08c9d
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 db08c9d

Please sign in to comment.