From 6bd8854e3cc576d79ee91a6a96cd960457354cb4 Mon Sep 17 00:00:00 2001 From: Cedric Corbiere Date: Wed, 6 Oct 2021 19:48:59 +0200 Subject: [PATCH] sbcl: fix the 2.0.8 version The 2.0.8 version was pointing to 2.1.2 version --- pkgs/development/compilers/sbcl/2.0.8.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/compilers/sbcl/2.0.8.nix b/pkgs/development/compilers/sbcl/2.0.8.nix index 1784bf672b31..bbc171a8d986 100644 --- a/pkgs/development/compilers/sbcl/2.0.8.nix +++ b/pkgs/development/compilers/sbcl/2.0.8.nix @@ -1,4 +1,4 @@ import ./common.nix { - version = "2.1.2"; - sha256 = "sha256-t3EFUJOYVe1JWYxKAUSD7RILaZFliio7avpHcT3OTAs="; + version = "2.0.8"; + sha256 = "1xwrwvps7drrpyw3wg5h3g2qajmkwqs9gz0fdw1ns9adp7vld390"; }