···1617 inherit version;
18 defaultVersion = with versions; switch coq.coq-version [
19- { case = range "8.10" "8.14"; out = "20211213"; }
20 { case = range "8.8" "8.9"; out = "20190414"; }
21 { case = range "8.6" "8.7"; out = "20180709"; }
22 ] null;
···1617 inherit version;
18 defaultVersion = with versions; switch coq.coq-version [
19+ { case = range "8.10" "8.15"; out = "20211213"; }
20 { case = range "8.8" "8.9"; out = "20190414"; }
21 { case = range "8.6" "8.7"; out = "20180709"; }
22 ] null;
+1-1
pkgs/development/coq-modules/goedel/default.nix
···1213 inherit version;
14 defaultVersion = with versions; switch coq.coq-version [
15- { case = range "8.11" "8.14"; out = "8.13.0"; }
16 ] null;
1718 propagatedBuildInputs = [ hydra-battles pocklington ];
···1213 inherit version;
14 defaultVersion = with versions; switch coq.coq-version [
15+ { case = range "8.11" "8.15"; out = "8.13.0"; }
16 ] null;
1718 propagatedBuildInputs = [ hydra-battles pocklington ];
···1617 inherit version;
18 defaultVersion = with versions; switch coq.coq-version [
19- { case = range "8.10" "8.14"; out = "8.14.0"; }
20 { case = "8.9"; out = "8.9.0"; }
21 { case = "8.8"; out = "8.8.0"; }
22 { case = "8.7"; out = "8.7.0"; }
···1617 inherit version;
18 defaultVersion = with versions; switch coq.coq-version [
19+ { case = range "8.10" "8.15"; out = "8.14.0"; }
20 { case = "8.9"; out = "8.9.0"; }
21 { case = "8.8"; out = "8.8.0"; }
22 { case = "8.7"; out = "8.7.0"; }
+4
pkgs/development/coq-modules/smpl/default.nix
···8 release."8.10.2".sha256 = "sha256-TUfTZKBgrSOT6piXRViHSGPE9NSj3bGx2XBIw6YCcEs=";
9 release."8.12".sha256 = "sha256-UQbDHLVBKYk++o+Y2B6ARYRYGglytsnXhguwMatjOHg=";
10 release."8.13".sha256 = "sha256-HxQBaIE2CjyfG4GoIXprfehqjsr/Z74YdodxMmrbzSg=";
0011 releaseRev = v: "v${v}";
1213 inherit version;
14 defaultVersion = with versions; switch coq.version [
0015 { case = "8.13.2"; out = "8.13"; }
16 { case = "8.12.2"; out = "8.12"; }
17 { case = "8.10.2"; out = "8.10.2"; }
···8 release."8.10.2".sha256 = "sha256-TUfTZKBgrSOT6piXRViHSGPE9NSj3bGx2XBIw6YCcEs=";
9 release."8.12".sha256 = "sha256-UQbDHLVBKYk++o+Y2B6ARYRYGglytsnXhguwMatjOHg=";
10 release."8.13".sha256 = "sha256-HxQBaIE2CjyfG4GoIXprfehqjsr/Z74YdodxMmrbzSg=";
11+ release."8.14".sha256 = "sha256:0wmrc741j67ch4rkygjkrz5i9afi01diyyj69i24cmasvx4wad38";
12+ release."8.15".sha256 = "sha256:0m9xlkdhilvqb0v4q9c4hzfwffbccd6029ks39xg7qbiq6zklpvp";
13 releaseRev = v: "v${v}";
1415 inherit version;
16 defaultVersion = with versions; switch coq.version [
17+ { case = isEq "8.15"; out = "8.15"; }
18+ { case = isEq "8.14"; out = "8.14"; }
19 { case = "8.13.2"; out = "8.13"; }
20 { case = "8.12.2"; out = "8.12"; }
21 { case = "8.10.2"; out = "8.10.2"; }