mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
Merge pull request #39469 from vbgl/coq-contribs-containers-8.8
coqPackages.contribs.containers: make available for Coq 8.8
This commit is contained in:
commit
738f9a9673
@ -189,7 +189,7 @@ let mkContrib = repo: revs: param:
|
|||||||
sha256 = "1ddwzg12pbzpnz3njin4zhpph92kscrbsn3bzds26yj8fp76zc33";
|
sha256 = "1ddwzg12pbzpnz3njin4zhpph92kscrbsn3bzds26yj8fp76zc33";
|
||||||
};
|
};
|
||||||
|
|
||||||
containers = mkContrib "containers" [ "8.6" "8.7" ] {
|
containers = mkContrib "containers" [ "8.6" "8.7" "8.8" ] {
|
||||||
"8.6" = {
|
"8.6" = {
|
||||||
version = "8.6.0";
|
version = "8.6.0";
|
||||||
rev = "fa1fec7";
|
rev = "fa1fec7";
|
||||||
@ -200,6 +200,11 @@ let mkContrib = repo: revs: param:
|
|||||||
rev = "77ac16366529c9e558f70ba86f0168a76ca76b8f";
|
rev = "77ac16366529c9e558f70ba86f0168a76ca76b8f";
|
||||||
sha256 = "01gp8injb0knaxgqsdc4x9h8714k7qxg7j5w7y6i45dnpd81ndr4";
|
sha256 = "01gp8injb0knaxgqsdc4x9h8714k7qxg7j5w7y6i45dnpd81ndr4";
|
||||||
};
|
};
|
||||||
|
"8.8" = {
|
||||||
|
version = "20180330";
|
||||||
|
rev = "52b86bed1671321b25fe4d7495558f9f221b12aa";
|
||||||
|
sha256 = "0hbnrwdgryr52170cfrlbiymr88jsyxilnpr343vnprqq3zk1xz0";
|
||||||
|
};
|
||||||
}."${coq.coq-version}";
|
}."${coq.coq-version}";
|
||||||
|
|
||||||
continuations = mkContrib "continuations" [ ] {
|
continuations = mkContrib "continuations" [ ] {
|
||||||
|
Loading…
Reference in New Issue
Block a user