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: ae929e63b449
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 12875b4269b6
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 3, 2020

  1. sbcl: 1.5.6 -> 2.0.0

    wahjava committed Jan 3, 2020
    Copy the full SHA
    8b95af0 View commit details

Commits on Jan 26, 2020

  1. sbcl: 2.0.0 -> 2.0.1

    wahjava committed Jan 26, 2020
    Copy the full SHA
    b861e9c View commit details

Commits on Jan 30, 2020

  1. Merge pull request #76905 from wahjava/update-to-sbcl-2.0.0

    sbcl: 1.5.6 -> 2.0.1
    7c6f434c authored Jan 30, 2020
    Copy the full SHA
    12875b4 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 {
pname = "sbcl";
version = "1.5.6";
version = "2.0.1";

src = fetchurl {
url = "mirror://sourceforge/project/sbcl/sbcl/${version}/${pname}-${version}-source.tar.bz2";
sha256 = "10z43dc29p7s8dl3jixklhmzqfp7gcm3fccjdfd36qqhyfxqxx3a";
sha256 = "1s2nrq26czl7f8jpa9qjpmdqbzvldvf4c7c1z1c438v4f85xcl44";
};

buildInputs = [texinfo];