Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #310623 from hraban/ecl/24.5.10

ecl: 23.9.9 -> 24.5.10

authored by 7c6f434c and committed by GitHub 81b26867 02577a09

+2 -2
+2 -2
pkgs/development/compilers/ecl/default.nix
··· 19 20 stdenv.mkDerivation rec { 21 pname = "ecl"; 22 - version = "23.9.9"; 23 24 src = fetchurl { 25 url = "https://common-lisp.net/project/ecl/static/files/release/ecl-${version}.tgz"; 26 - sha256 = "107q6gmxlsya4yv38r1x1axrgyyfgdrfkkz97zfp64bcrasdl6y5"; 27 }; 28 29 nativeBuildInputs = [
··· 19 20 stdenv.mkDerivation rec { 21 pname = "ecl"; 22 + version = "24.5.10"; 23 24 src = fetchurl { 25 url = "https://common-lisp.net/project/ecl/static/files/release/ecl-${version}.tgz"; 26 + hash = "sha256-5Opluxhh4OSVOGv6i8ZzvQFOltPPnZHpA4+RQ1y+Yis="; 27 }; 28 29 nativeBuildInputs = [