sbcl: update to 2.1.2 and add arm64-darwin

(cherry picked from commit 49d2ad093ecd54f40550745f240dda8dbf0ce920)
This commit is contained in:
Finn Behrens
2021-05-17 00:28:04 +09:00
committed by Andrew Childs
parent 1f0ae937d6
commit 417a96c8be
3 changed files with 9 additions and 4 deletions
@@ -2,6 +2,11 @@
let
options = rec {
aarch64-darwin = {
version = "2.1.2";
system = "arm64-darwin";
sha256 = "sha256-H0ALigXcWIypdA+fTf7jERscwbb7QIAfcoxCtGDh0RU=";
};
x86_64-darwin = {
version = "1.2.11";
system = "x86-64-darwin";