fixup! be515c4
This commit is contained in:
parent
be515c4c69
commit
0c7321bc88
1 changed files with 3 additions and 18 deletions
21
clang.nix
21
clang.nix
|
|
@ -5,30 +5,15 @@
|
||||||
systems_table = {
|
systems_table = {
|
||||||
"x86_64-linux" = {
|
"x86_64-linux" = {
|
||||||
system = "x86_64-linux-gnu";
|
system = "x86_64-linux-gnu";
|
||||||
binhash = "aee15b8e02440f9ec6a8070f017621dc400dbd62a4701f9cf456dbe34d2a0c4d";
|
binhash = "sha256:0qyspqgz6w4ccvs4xxwd7l5yflz9ccacx0fjma456yxmfccvyqkf";
|
||||||
libhash = "cfd6fcb41d6d3651e3e7bdbb37d0e0b691b43e680dff4c998cf77f7e4ecd05c5";
|
libhash = "sha256:1wwp25npbsj0amg8vd8vfbjjagyzpf665rpnrn99dzm1y3shcm67";
|
||||||
};
|
|
||||||
"x86_64-darwin" = {
|
|
||||||
system = "x86_64-apple-darwin";
|
|
||||||
binhash = "b4641ec4dd574b6b7d037aa1bb2e5ff5a8a4623c88e89668db656282eb1d9dc8";
|
|
||||||
libhash = "80c086c29235016382b9ab95b41556ff5bdb40186f7f1c60c64acb2af420607b";
|
|
||||||
};
|
|
||||||
"aarch64-linux" = {
|
|
||||||
system = "aarch64-linux-gnu";
|
|
||||||
binhash = "14abbc368d9c153270aa4d22ce28d78633cb0f1ca83d4be70591d9e39ae9bc82";
|
|
||||||
libhash = "d49dfda7331a26b5d0da41bac91d5240a14ee731cbfa49f1ead3aa6377bd1b7e";
|
|
||||||
};
|
|
||||||
"aarch64-darwin" = {
|
|
||||||
system = "aarch64-apple-darwin";
|
|
||||||
binhash = "5d2e187ef40ecc9996630a7c6efcc19bdfd32ec4ce8cc4dd3014cd24e7016560";
|
|
||||||
libhash = "8b9c6bab01bffaed5f24e37e6e255bc4e0905cd175473e7d480f301f9b0d3f0d";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
system_download = systems_table.${system};
|
system_download = systems_table.${system};
|
||||||
in
|
in
|
||||||
pkgs.stdenv.mkDerivation rec {
|
pkgs.stdenv.mkDerivation rec {
|
||||||
pname = "esp-clang";
|
pname = "esp-clang";
|
||||||
version = "18.1.2_20240912";
|
version = "21.1.3_20260408";
|
||||||
srcs = [
|
srcs = [
|
||||||
(builtins.fetchurl
|
(builtins.fetchurl
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue