mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03: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 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
import ./common.nix {
|
||||
version = "2.1.2";
|
||||
sha256 = "sha256-t3EFUJOYVe1JWYxKAUSD7RILaZFliio7avpHcT3OTAs=";
|
||||
version = "2.0.8";
|
||||
sha256 = "1xwrwvps7drrpyw3wg5h3g2qajmkwqs9gz0fdw1ns9adp7vld390";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue