initial commit
This commit is contained in:
commit
4b8dff4d24
18 changed files with 1290 additions and 0 deletions
34
build.zig.zon.nix
Normal file
34
build.zig.zon.nix
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
# generated by zon2nix (https://github.com/nix-community/zon2nix)
|
||||
|
||||
{ linkFarm, fetchzip, fetchgit }:
|
||||
|
||||
linkFarm "zig-packages" [
|
||||
{
|
||||
name = "N-V-__8AAFrtpQI1j9eOv7aN3lt3eH1TJfH4npAdRIrg2gGH";
|
||||
path = fetchzip {
|
||||
url = "https://github.com/Mbed-TLS/mbedtls/archive/refs/tags/v3.6.0.tar.gz";
|
||||
hash = "sha256-yzGBkrqh+T/5GS66xL5zJstCmvcfG09TfxqA3F8UPJg=";
|
||||
};
|
||||
}
|
||||
{
|
||||
name = "N-V-__8AAHipPQF9UuLPiaV1CtJzZIxvTN61tMGdFx8LGjIV";
|
||||
path = fetchzip {
|
||||
url = "https://github.com/curl/curl/releases/download/curl-8_8_0/curl-8.8.0.tar.gz";
|
||||
hash = "sha256-Gqfe8iiC8aCBiuUVO6VYqW5DmqgSv5oS4XvMfQgbwFw=";
|
||||
};
|
||||
}
|
||||
{
|
||||
name = "N-V-__8AAJj_QgDBhU17TCtcvdjOZZPDfkvxrEAyZkc14VN8";
|
||||
path = fetchzip {
|
||||
url = "https://github.com/madler/zlib/releases/download/v1.3.1/zlib-1.3.1.tar.gz";
|
||||
hash = "sha256-acY8yFzIRYbrZ2CGODoxLnZuppsP6KZy19I9Yy77pfc=";
|
||||
};
|
||||
}
|
||||
{
|
||||
name = "curl-0.3.2-P4tT4SXPAACuV6f5eyh4jG_1SspjWwMm_vRJfoKrQep5";
|
||||
path = fetchzip {
|
||||
url = "https://github.com/jiacai2050/zig-curl/archive/refs/tags/v0.3.2.zip";
|
||||
hash = "sha256-1FjYirex2Q/zs5GLNtCGgClyV5/SW0GhxFHA1Hm+e4o=";
|
||||
};
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue