about summary refs log tree commit diff
path: root/pkgs/development/compilers/ecl
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2015-03-08 21:43:06 +0300
committerMichael Raskin <7c6f434c@mail.ru>2015-03-09 01:03:01 +0300
commit3d4f7be9a3a4d477f7276c5fef7a1de03bf2c8fb (patch)
treee10244ebed797da4d0fca941e846240bb0560e04 /pkgs/development/compilers/ecl
parent66b99b7d2366f4fbff7ccc697044bd6f45e62f9b (diff)
downloadnixlib-3d4f7be9a3a4d477f7276c5fef7a1de03bf2c8fb.tar
nixlib-3d4f7be9a3a4d477f7276c5fef7a1de03bf2c8fb.tar.gz
nixlib-3d4f7be9a3a4d477f7276c5fef7a1de03bf2c8fb.tar.bz2
nixlib-3d4f7be9a3a4d477f7276c5fef7a1de03bf2c8fb.tar.lz
nixlib-3d4f7be9a3a4d477f7276c5fef7a1de03bf2c8fb.tar.xz
nixlib-3d4f7be9a3a4d477f7276c5fef7a1de03bf2c8fb.tar.zst
nixlib-3d4f7be9a3a4d477f7276c5fef7a1de03bf2c8fb.zip
Update ECL
Diffstat (limited to 'pkgs/development/compilers/ecl')
-rw-r--r--pkgs/development/compilers/ecl/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/compilers/ecl/default.nix b/pkgs/development/compilers/ecl/default.nix
index d2c26487c0f4..be65061c544c 100644
--- a/pkgs/development/compilers/ecl/default.nix
+++ b/pkgs/development/compilers/ecl/default.nix
@@ -6,11 +6,11 @@ let
   s = # Generated upstream information
   rec {
     baseName="ecl";
-    version="13.5.1";
+    version="15.3.7";
     name="${baseName}-${version}";
-    hash="18ic8w9sdl0dh3kmyc9lsrafikrd9cg1jkhhr25p9saz0v75f77r";
-    url="mirror://sourceforge/project/ecls/ecls/13.5/ecl-13.5.1.tgz";
-    sha256="18ic8w9sdl0dh3kmyc9lsrafikrd9cg1jkhhr25p9saz0v75f77r";
+    hash="13wlxkd5prm93gcm2dhm7v52fl803yx93aa97lrb39z0y6xzziid";
+    url="mirror://sourceforge/project/ecls/ecls/15.3/ecl-15.3.7.tgz";
+    sha256="13wlxkd5prm93gcm2dhm7v52fl803yx93aa97lrb39z0y6xzziid";
   };
   buildInputs = [
     libffi