Unverified Commit 81b26867 authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

Merge pull request #310623 from hraban/ecl/24.5.10

ecl: 23.9.9 -> 24.5.10
parents 02577a09 5f4daf22
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,11 +19,11 @@

stdenv.mkDerivation rec {
  pname = "ecl";
  version = "23.9.9";
  version = "24.5.10";

  src = fetchurl {
    url = "https://common-lisp.net/project/ecl/static/files/release/ecl-${version}.tgz";
    sha256 = "107q6gmxlsya4yv38r1x1axrgyyfgdrfkkz97zfp64bcrasdl6y5";
    hash = "sha256-5Opluxhh4OSVOGv6i8ZzvQFOltPPnZHpA4+RQ1y+Yis=";
  };

  nativeBuildInputs = [