mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
coqPackages.bignums: 8.18 -> 8.19
This commit is contained in:
parent
d77d8f69f7
commit
cc3dbddd4a
@ -5,10 +5,11 @@ mkCoqDerivation {
|
||||
owner = "coq";
|
||||
inherit version;
|
||||
defaultVersion = with lib.versions; lib.switch coq.coq-version [
|
||||
{ case = range "8.13" "8.18"; out = "9.0.0+coq${coq.coq-version}"; }
|
||||
{ case = range "8.13" "8.19"; out = "9.0.0+coq${coq.coq-version}"; }
|
||||
{ case = range "8.6" "8.17"; out = "${coq.coq-version}.0"; }
|
||||
] null;
|
||||
|
||||
release."9.0.0+coq8.19".sha256 = "sha256-02uL+qWbUveHe67zKfc8w3U0iN3X2DKBsvP3pKpW8KQ=";
|
||||
release."9.0.0+coq8.18".sha256 = "sha256-vLeJ0GNKl4M84Uj2tAwlrxJOSR6VZoJQvdlDhxJRge8=";
|
||||
release."9.0.0+coq8.17".sha256 = "sha256-Mn85LqxJKPDIfpxRef9Uh5POwOKlTQ7jsMVz1wnQwuY=";
|
||||
release."9.0.0+coq8.16".sha256 = "sha256-pwFTl4Unr2ZIirAB3HTtfhL2YN7G/Pg88RX9AhKWXbE=";
|
||||
|
Loading…
Reference in New Issue
Block a user