mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
ecl: fix source URL
This commit is contained in:
parent
d0e3a4f216
commit
b9853c0b9b
@ -10,7 +10,7 @@ let
|
|||||||
version="16.0.0";
|
version="16.0.0";
|
||||||
name="${baseName}-${version}";
|
name="${baseName}-${version}";
|
||||||
hash="0czh78z9i5b7jc241mq1h1gdscvdw5fbhfb0g9sn4rchwk1x8gil";
|
hash="0czh78z9i5b7jc241mq1h1gdscvdw5fbhfb0g9sn4rchwk1x8gil";
|
||||||
url="https://common-lisp.net/project/ecl/files/ecl-16.0.0.tgz";
|
url="https://common-lisp.net/project/ecl/files/release/16.0.0/ecl-16.0.0.tgz";
|
||||||
sha256="0czh78z9i5b7jc241mq1h1gdscvdw5fbhfb0g9sn4rchwk1x8gil";
|
sha256="0czh78z9i5b7jc241mq1h1gdscvdw5fbhfb0g9sn4rchwk1x8gil";
|
||||||
};
|
};
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user