Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 50022e9de864
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3668f6a12fef
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 31, 2019

  1. sbcl: 1.5.1 -> 1.5.3

    Tomas Hlavaty committed May 31, 2019
    Copy the full SHA
    92b859d View commit details

Commits on Jun 1, 2019

  1. Merge pull request #61660 from tohl/sbcl

    sbcl: 1.5.1 -> 1.5.3, tested on nixos x86_64
    7c6f434c authored Jun 1, 2019
    Copy the full SHA
    3668f6a View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/compilers/sbcl/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/compilers/sbcl/default.nix
Original file line number Diff line number Diff line change
@@ -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];