sbcl: fix the 2.0.8 version

The 2.0.8 version was pointing to 2.1.2 version
This commit is contained in:
Cedric Corbiere 2021-10-06 19:48:59 +02:00
parent 14aef06d9b
commit 6bd8854e3c

View file

@ -1,4 +1,4 @@
import ./common.nix {
version = "2.1.2";
sha256 = "sha256-t3EFUJOYVe1JWYxKAUSD7RILaZFliio7avpHcT3OTAs=";
version = "2.0.8";
sha256 = "1xwrwvps7drrpyw3wg5h3g2qajmkwqs9gz0fdw1ns9adp7vld390";
}