Skip to content

Commit

Permalink
coqPackages.Cheerios: 20181102 → 20200201
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Jun 2, 2020
1 parent 5505331 commit 6f9d124
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/coq-modules/Cheerios/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

let param =
{
version = "20181102";
rev = "04da309304bdd28a1f7dacca9fdf8696204a4ff2";
sha256 = "1xfa78p70c90favds1mv1vj5sr9bv0ad3dsgg05v3v72006g2f1q";
version = "20200201";
rev = "9c7f66e57b91f706d70afa8ed99d64ed98ab367d";
sha256 = "1h55s6lk47bk0lv5ralh81z55h799jbl9mhizmqwqzy57y8wqgs1";
};
in

Expand All @@ -27,6 +27,6 @@ stdenv.mkDerivation {
installFlags = [ "COQLIB=$(out)/lib/coq/${coq.coq-version}/" ];

passthru = {
compatibleCoqVersions = v: builtins.elem v [ "8.6" "8.7" "8.8" "8.9" ];
compatibleCoqVersions = v: builtins.elem v [ "8.6" "8.7" "8.8" "8.9" "8.10" "8.11" ];
};
}

0 comments on commit 6f9d124

Please sign in to comment.