forked from mirrors/nixpkgs
Update CLisp
svn path=/nixpkgs/trunk/; revision=24649
This commit is contained in:
parent
df168884a0
commit
4394b2d1ae
1 changed files with 2 additions and 2 deletions
|
@ -3,12 +3,12 @@
|
||||||
, libffi, libffcall, coreutils }:
|
, libffi, libffcall, coreutils }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
v = "2.48";
|
v = "2.49";
|
||||||
name = "clisp-${v}";
|
name = "clisp-${v}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/clisp/release/${v}/${name}.tar.bz2";
|
url = "mirror://gnu/clisp/release/${v}/${name}.tar.bz2";
|
||||||
sha256 = "1hix1j7zhbn37ld46d6pi6agwxski893l1zwriwkd8jr11b3zf05";
|
sha256 = "8132ff353afaa70e6b19367a25ae3d5a43627279c25647c220641fed00f8e890";
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit libsigsegv gettext coreutils;
|
inherit libsigsegv gettext coreutils;
|
||||||
|
|
Loading…
Add table
Reference in a new issue