about summary refs log tree commit diff
diff options
context:
space:
mode:
author7c6f434c <7c6f434c@mail.ru>2023-12-24 20:09:23 +0000
committerGitHub <noreply@github.com>2023-12-24 20:09:23 +0000
commit580d607a0e6d06f4fae0511ecac8933d45bfd0cf (patch)
tree95c57ac290036143a4364b1b2fd0a7e96492e568
parent5c31bdf411156ef06cd876c86ce8126e499f69c0 (diff)
parentb1f79f5d67691545ada091948604b9a478a88ab2 (diff)
Merge pull request #276506 from sternenseemann/ecl-23.9.9
ecl: 21.2.1 -> 23.9.9
-rw-r--r--pkgs/development/compilers/ecl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/ecl/default.nix b/pkgs/development/compilers/ecl/default.nix
index bba1b3026362a..a9a7471275e56 100644
--- a/pkgs/development/compilers/ecl/default.nix
+++ b/pkgs/development/compilers/ecl/default.nix
@@ -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 = [