coqPackages.gappalib: 1.1.5 -> 1.6.0
This commit is contained in:
committed by
Vincent Laporte
parent
373763f960
commit
36282bc158
@@ -13,7 +13,8 @@ mkCoqDerivation {
|
||||
owner = "gappa";
|
||||
domain = "gitlab.inria.fr";
|
||||
inherit version;
|
||||
defaultVersion = if lib.versions.range "8.8" "8.20" coq.coq-version then "1.5.5" else null;
|
||||
defaultVersion = if lib.versions.range "8.8" "8.20" coq.coq-version then "1.6.0" else null;
|
||||
release."1.6.0".sha256 = "sha256-GQls31TT4y3h18RUxAX+LpHIKon5UvDfW1GuURRKeKA=";
|
||||
release."1.5.5".sha256 = "sha256-qxi2Kg3N3o6+ncq7aPNEg98dBmQC5WCa86zROPJSDdo=";
|
||||
release."1.5.4".sha256 = "sha256-9PlkXqCu4rbFD7qnMF1GSpPCVmwJ3r593RfAvkJbbdA=";
|
||||
release."1.5.3".sha256 = "sha256-SuMopX5sm4jh2uBuE7zr6vhWhHYZYnab+epjqYJqg+s=";
|
||||
|
||||
Reference in New Issue
Block a user