Merge pull request #276506 from sternenseemann/ecl-23.9.9

ecl: 21.2.1 -> 23.9.9
This commit is contained in:
7c6f434c 2023-12-24 20:09:23 +00:00 committed by GitHub
commit 580d607a0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,11 +19,11 @@
stdenv.mkDerivation rec {
pname = "ecl";
version = "21.2.1";
version = "23.9.9";
src = fetchurl {
url = "https://common-lisp.net/project/ecl/static/files/release/ecl-${version}.tgz";
sha256 = "sha256-sVp13PhLj2LmhyDMqxOT+WEcB4/NOv3WOaEIbK0BCQA=";
sha256 = "107q6gmxlsya4yv38r1x1axrgyyfgdrfkkz97zfp64bcrasdl6y5";
};
nativeBuildInputs = [