Unverified Commit f4ec563c authored by Arthur Azevedo de Amorim's avatar Arthur Azevedo de Amorim Committed by GitHub
Browse files

coqPackages.deriving: 0.1.1 -> 0.2.0 (#258038)

parent 9a4743b7
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -7,12 +7,14 @@ mkCoqDerivation {
  owner = "arthuraa";

  inherit version;
  defaultVersion = with lib.versions; lib.switch coq.coq-version [
    { case = range "8.11" "8.18"; out = "0.1.1"; }
  defaultVersion = with lib.versions; lib.switch [coq.coq-version ssreflect.version] [
    { cases = [(range "8.17" "8.18") (isGe "2.0.0")] ; out = "0.2.0"; }
    { cases = [(range "8.11" "8.18") (isLe "2.0.0")] ; out = "0.1.1"; }
  ] null;

  releaseRev = v: "v${v}";

  release."0.2.0".sha256 = "sha256-xPsuEayHstjF0PGFJZJ+5cm0oMUrpoGLXN23op97vjM=";
  release."0.1.1".sha256 = "sha256-Gu8aInLxTXfAFE0/gWRYI046Dx3Gv1j1+gx92v/UnPI=";
  release."0.1.0".sha256 = "sha256:11crnjm8hyis1qllkks3d7r07s1rfzwvyvpijya3s6iqfh8c7xwh";