sbcl: 2.1.11 -> 2.2.4

This commit is contained in:
Daniel Nagy 2022-04-29 20:40:55 +02:00
parent 27078775c0
commit 100bcaeec3
No known key found for this signature in database
GPG key ID: 1B8E8DCB576FB671
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

@ -13759,7 +13759,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 { };