about summary refs log tree commit diff
path: root/pkgs/development/compilers/ecl
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2016-02-29 17:20:41 +0100
committerMichael Raskin <7c6f434c@mail.ru>2016-02-29 17:23:58 +0100
commit1685ad23674823ccef5071053522d852822cb56f (patch)
tree8bd42d1f5064bae638b2718718d2513bee9116cc /pkgs/development/compilers/ecl
parent0b163566119d4c1ce97cbd94a38352725416d417 (diff)
downloadnixlib-1685ad23674823ccef5071053522d852822cb56f.tar
nixlib-1685ad23674823ccef5071053522d852822cb56f.tar.gz
nixlib-1685ad23674823ccef5071053522d852822cb56f.tar.bz2
nixlib-1685ad23674823ccef5071053522d852822cb56f.tar.lz
nixlib-1685ad23674823ccef5071053522d852822cb56f.tar.xz
nixlib-1685ad23674823ccef5071053522d852822cb56f.tar.zst
nixlib-1685ad23674823ccef5071053522d852822cb56f.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 172283b19dee..a04ec454cae3 100644
--- a/pkgs/development/compilers/ecl/default.nix
+++ b/pkgs/development/compilers/ecl/default.nix
@@ -7,11 +7,11 @@ let
   s = # Generated upstream information
   rec {
     baseName="ecl";
-    version="16.0.0";
+    version="16.1.2";
     name="${baseName}-${version}";
-    hash="0czh78z9i5b7jc241mq1h1gdscvdw5fbhfb0g9sn4rchwk1x8gil";
-    url="https://common-lisp.net/project/ecl/files/release/16.0.0/ecl-16.0.0.tgz";
-    sha256="0czh78z9i5b7jc241mq1h1gdscvdw5fbhfb0g9sn4rchwk1x8gil";
+    hash="16ab8qs3awvdxy8xs8jy82v8r04x4wr70l9l2j45vgag18d2nj1d";
+    url="https://common-lisp.net/project/ecl/files/release/16.1.2/ecl-16.1.2.tgz";
+    sha256="16ab8qs3awvdxy8xs8jy82v8r04x4wr70l9l2j45vgag18d2nj1d";
   };
   buildInputs = [
     libtool autoconf automake