Skip to content

Commit

Permalink
Merge pull request #61660 from tohl/sbcl
Browse files Browse the repository at this point in the history
sbcl: 1.5.1 -> 1.5.3, tested on nixos x86_64
  • Loading branch information
7c6f434c committed Jun 1, 2019
2 parents 50022e9 + 92b859d commit 3668f6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/sbcl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@

stdenv.mkDerivation rec {
name = "sbcl-${version}";
version = "1.5.1";
version = "1.5.3";

src = fetchurl {
url = "mirror://sourceforge/project/sbcl/sbcl/${version}/${name}-source.tar.bz2";
sha256 = "08z62qba0kmm15k93s2rq7ipi769895g8iwigcp20qjh6amwnwph";
sha256 = "0334cfnvjy0ccq9p05mxrgawhww8wb73rp318qcsf9yj8h8r19yj";
};

buildInputs = [texinfo];
Expand Down

0 comments on commit 3668f6a

Please sign in to comment.