mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
coqPackages.gaia: 2.2 -> 2.3
This commit is contained in:
committed by
Vincent Laporte
parent
cb817bb9db
commit
d7fd05259c
@@ -17,6 +17,7 @@ mkCoqDerivation {
|
||||
release."1.15".sha256 = "sha256:04zchnkvaq2mzpcilpspn5l947689gj3m0w20m0nd7w4drvlahnw";
|
||||
release."1.17".sha256 = "sha256-2VzdopXgKS/wC5Rd1/Zlr12J5bSIGINFjG1nrMjDrGE=";
|
||||
release."2.2".sha256 = "sha256-y8LlQg9d9rfPFjzS9Xu3BW/H3tPiOC+Eb/zwXJGW9d4=";
|
||||
release."2.3".sha256 = "sha256-inWJok0F3SZpVfoyMfpRXHVHn4z2aY8JjCKKhdVTnoc=";
|
||||
releaseRev = (v: "v${v}");
|
||||
|
||||
inherit version;
|
||||
@@ -25,6 +26,13 @@ mkCoqDerivation {
|
||||
lib.switch
|
||||
[ coq.version mathcomp.version ]
|
||||
[
|
||||
{
|
||||
cases = [
|
||||
(range "8.16" "9.0")
|
||||
(range "2.0" "2.4")
|
||||
];
|
||||
out = "2.3";
|
||||
}
|
||||
{
|
||||
cases = [
|
||||
(range "8.16" "9.0")
|
||||
|
||||
Reference in New Issue
Block a user