mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
sbcl: fix the 2.0.8 version
The 2.0.8 version was pointing to 2.1.2 version
This commit is contained in:
parent
14aef06d9b
commit
6bd8854e3c
@ -1,4 +1,4 @@
|
||||
import ./common.nix {
|
||||
version = "2.1.2";
|
||||
sha256 = "sha256-t3EFUJOYVe1JWYxKAUSD7RILaZFliio7avpHcT3OTAs=";
|
||||
version = "2.0.8";
|
||||
sha256 = "1xwrwvps7drrpyw3wg5h3g2qajmkwqs9gz0fdw1ns9adp7vld390";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user