Commit 476cb5b0 authored by Vincent Laporte's avatar Vincent Laporte Committed by Vincent Laporte
Browse files

coqPackages.simple-io: enable for Coq 8.16

parent 31648f5f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ with lib; mkCoqDerivation {
  repo = "coq-simple-io";
  inherit version;
  defaultVersion = with versions; switch coq.coq-version [
    { case = range "8.11" "8.15"; out = "1.7.0"; }
    { case = range "8.11" "8.16"; out = "1.7.0"; }
    { case = range "8.7"  "8.13"; out = "1.3.0"; }
  ] null;
  release."1.7.0".sha256 = "sha256:1a1q9x2abx71hqvjdai3n12jxzd49mhf3nqqh3ya2ssl2lj609ci";