Oops, botched SBCL update, fixing source hash

This commit is contained in:
Michael Raskin 2015-02-01 23:55:25 +03:00
parent 931cdce276
commit 9b29267511

View file

@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://sourceforge/project/sbcl/sbcl/${version}/${name}-source.tar.bz2";
sha256 = "14ka54hkda17x1flg59i1bpmnxvmksg5zrvgw4151mdlxc6pyg1y";
sha256 = "0ab9lw056yf6y0rjmx3iirn5n59pmssqxf00fbmpyl6qsnpaja1d";
};
buildInputs = [ which ]