sbcl: update to 2.1.2 and add arm64-darwin
(cherry picked from commit 49d2ad093ecd54f40550745f240dda8dbf0ce920)
This commit is contained in:
committed by
Andrew Childs
parent
1f0ae937d6
commit
417a96c8be
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user