mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
Update SBCL to 1.1.2
This commit is contained in:
parent
363b1f9dc2
commit
2ace67c2bc
@ -4,10 +4,11 @@ let
|
|||||||
s= # Generated upstream information
|
s= # Generated upstream information
|
||||||
rec {
|
rec {
|
||||||
baseName="sbcl";
|
baseName="sbcl";
|
||||||
version="1.1.1";
|
version="1.1.2";
|
||||||
name="${baseName}-${version}";
|
name="sbcl-1.1.2";
|
||||||
hash="1gkwz0248zl2nhx79ck5wiyxj8407c10gcrpgg1c67102pgyiikv";
|
hash="04vp68cf0jfpjwx64iys7hi7qxbk2h7277wiym7k4jgirka08yhc";
|
||||||
url="mirror://sourceforge/project/sbcl/sbcl/1.1.1/sbcl-1.1.1-source.tar.bz2";
|
url="mirror://sourceforge/project/sbcl/sbcl/1.1.2/sbcl-1.1.2-source.tar.bz2";
|
||||||
|
sha256="04vp68cf0jfpjwx64iys7hi7qxbk2h7277wiym7k4jgirka08yhc";
|
||||||
};
|
};
|
||||||
buildInputs = with a; [
|
buildInputs = with a; [
|
||||||
clisp makeWrapper
|
clisp makeWrapper
|
||||||
@ -90,5 +91,3 @@ rec {
|
|||||||
inherit(s) version;
|
inherit(s) version;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user