Merge pull request #170932 from nagy/sbcl

sbcl: 2.1.11 -> 2.2.4
This commit is contained in:
Mario Rodas 2022-04-30 19:39:43 -05:00 committed by GitHub
commit 1ed876dcb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,4 @@
import ./common.nix {
version = "2.2.4";
sha256 = "sha256-/N0lHLxl9/gI7QrXckaEjRvhZqppoX90mWABhLelcgI=";
}

View file

@ -13774,7 +13774,8 @@ with pkgs;
sbcl_2_1_9 = callPackage ../development/compilers/sbcl/2.1.9.nix {};
sbcl_2_1_10 = callPackage ../development/compilers/sbcl/2.1.10.nix {};
sbcl_2_1_11 = callPackage ../development/compilers/sbcl/2.1.11.nix {};
sbcl = sbcl_2_1_11;
sbcl_2_2_4 = callPackage ../development/compilers/sbcl/2.2.4.nix {};
sbcl = sbcl_2_2_4;
roswell = callPackage ../development/tools/roswell { };