Unverified Commit 971ef0c6 authored by Pierre Roux's avatar Pierre Roux Committed by GitHub
Browse files

coq_8_20: init at 8.20+rc1 (#323105)

parent 20191a26
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -59,6 +59,7 @@ let
   "8.19.0".sha256   = "sha256-ixsYCvCXpBHqJ71hLQklphlwoOO3i/6w2PJjllKqf9k=";
   "8.19.1".sha256   = "sha256-kmZ8Uk8jpzjOd67aAPp3C+vU2oNaBw9pr7+Uixcgg94=";
   "8.19.2".sha256   = "sha256-q+i07JsMZp83Gqav6v1jxsgPLN7sPvp5/oszVnavmz0=";
   "8.20+rc1".sha256 = "sha256-OLGPMvvA3hc42zdgWSOnOkN0/WwzBpneUcUVRNcNVms=";
  };
  releaseRev = v: "V${v}";
  fetched = import ../../../../build-support/coq/meta-fetch/default.nix
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ mkCoqDerivation {
  owner   = "uwplse";
  inherit version;
  defaultVersion = with lib.versions; lib.switch coq.version [
    { case = range "8.14" "8.19"; out = "20230107"; }
    { case = range "8.14" "8.20"; out = "20230107"; }
    { case = range "8.6"  "8.16"; out = "20200201"; }
  ] null;
  release."20230107".rev    = "bad8ad2476e14df6b5a819b7aaddc27a7c53fb69";
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ mkCoqDerivation {
  owner = "fblanqui";
  inherit version;
  defaultVersion = with lib.versions; lib.switch coq.version [
    {case = range "8.14" "8.19"; out = "1.8.5"; }
    {case = range "8.14" "8.20"; out = "1.8.5"; }
    {case = range "8.12" "8.16"; out = "1.8.2"; }
    {case = range "8.10" "8.11"; out = "1.7.0"; }
    {case = range "8.8"  "8.9";  out = "1.6.0"; }
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ mkCoqDerivation rec {
  owner = "DeepSpec";
  inherit version;
  defaultVersion = with lib.versions; lib.switch coq.version [
    { case = range "8.13" "8.19";  out = "5.1.2"; }
    { case = range "8.13" "8.20";  out = "5.1.2"; }
    { case = range "8.10" "8.16";  out = "4.0.0"; }
  ] null;
  release."5.1.2".sha256 = "sha256-uKJIjNXGWl0YS0WH52Rnr9Jz98Eo2k0X0qWB9hUYJMk=";
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ mkCoqDerivation {
  owner = "DistributedComponents";
  inherit version;
  defaultVersion = with lib.versions; lib.switch coq.version [
    { case = range "8.9" "8.19"; out = "20230107"; }
    { case = range "8.9" "8.20"; out = "20230107"; }
    { case = range "8.5" "8.16"; out = "20200131"; }
  ] null;
  release."20230107".rev    = "601e89ec019501c48c27fcfc14b9a3c70456e408";
Loading