coqPackages.VST: 2.7.1 -> 2.8

This commit is contained in:
Ben Siraphob 2021-06-16 12:50:50 +07:00 committed by Vincent Laporte
parent c34aecc778
commit c1cb31af6b
2 changed files with 4 additions and 3 deletions

View file

@ -8,9 +8,9 @@ with lib; mkCoqDerivation {
repo = "VST";
inherit version;
defaultVersion = with versions; switch coq.coq-version [
{ case = range "8.12" "8.13"; out = "2.7.1"; }
{ case = range "8.12" "8.13"; out = "2.8"; }
] null;
release."2.7.1".sha256 = "1674j7bkvihiv19vizm99dp6gj3lryb00zx6a87jz214f3ydcvnj";
release."2.8".sha256 = "sha256-cyK88uzorRfjapNQ6XgQEmlbWnDsiyLve5po1VG52q0=";
releaseRev = v: "v${v}";
propagatedBuildInputs = [ compcert ];

View file

@ -15,7 +15,8 @@ let compcert = mkCoqDerivation rec {
releaseRev = v: "v${v}";
defaultVersion = with versions; switch coq.version [
{ case = range "8.8" "8.13"; out = "3.8"; }
{ case = range "8.8" "8.11"; out = "3.8"; }
{ case = range "8.12" "8.13"; out = "3.9"; }
] null;
release = {