coqPackages.gappalib: enable for Coq 8.20

This commit is contained in:
Vincent Laporte 2024-09-09 06:50:52 +02:00 committed by Vincent Laporte
parent 1ea83980ea
commit 0491865b51

View File

@ -6,7 +6,7 @@ mkCoqDerivation {
owner = "gappa";
domain = "gitlab.inria.fr";
inherit version;
defaultVersion = if lib.versions.range "8.8" "8.19" coq.coq-version then "1.5.5" else null;
defaultVersion = if lib.versions.range "8.8" "8.20" coq.coq-version then "1.5.5" else null;
release."1.5.5".sha256 = "sha256-qxi2Kg3N3o6+ncq7aPNEg98dBmQC5WCa86zROPJSDdo=";
release."1.5.4".sha256 = "sha256-9PlkXqCu4rbFD7qnMF1GSpPCVmwJ3r593RfAvkJbbdA=";
release."1.5.3".sha256 = "sha256-SuMopX5sm4jh2uBuE7zr6vhWhHYZYnab+epjqYJqg+s=";