lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

Co-authored-by: Théo Zimmermann <theo.zimmermann@telecom-paris.fr>

authored by

Arthur Azevedo de Amorim
Théo Zimmermann
and committed by
GitHub
f4ec563c 9a4743b7

+4 -2
+4 -2
pkgs/development/coq-modules/deriving/default.nix
··· 7 7 owner = "arthuraa"; 8 8 9 9 inherit version; 10 - defaultVersion = with lib.versions; lib.switch coq.coq-version [ 11 - { case = range "8.11" "8.18"; out = "0.1.1"; } 10 + defaultVersion = with lib.versions; lib.switch [coq.coq-version ssreflect.version] [ 11 + { cases = [(range "8.17" "8.18") (isGe "2.0.0")] ; out = "0.2.0"; } 12 + { cases = [(range "8.11" "8.18") (isLe "2.0.0")] ; out = "0.1.1"; } 12 13 ] null; 13 14 14 15 releaseRev = v: "v${v}"; 15 16 17 + release."0.2.0".sha256 = "sha256-xPsuEayHstjF0PGFJZJ+5cm0oMUrpoGLXN23op97vjM="; 16 18 release."0.1.1".sha256 = "sha256-Gu8aInLxTXfAFE0/gWRYI046Dx3Gv1j1+gx92v/UnPI="; 17 19 release."0.1.0".sha256 = "sha256:11crnjm8hyis1qllkks3d7r07s1rfzwvyvpijya3s6iqfh8c7xwh"; 18 20