mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
68 lines
2.1 KiB
Nix
68 lines
2.1 KiB
Nix
{
|
|
ameba = {
|
|
url = "https://github.com/crystal-ameba/ameba.git";
|
|
rev = "v1.6.1";
|
|
sha256 = "1qlgqpgycfxvvrfzih7b9ayb6fvkffz5aw0msbj70z2q7wvsq29p";
|
|
};
|
|
athena-negotiation = {
|
|
url = "https://github.com/athena-framework/negotiation.git";
|
|
rev = "v0.1.1";
|
|
sha256 = "1vkk59lqrxb0l8kyzs114i3c18zb2bdiah2xhazkk8q7x6fz4yzk";
|
|
};
|
|
backtracer = {
|
|
url = "https://github.com/sija/backtracer.cr.git";
|
|
rev = "v1.2.2";
|
|
sha256 = "1rknyylsi14m7i77x7c3138wdw27i4f6sd78m3srw851p47bwr20";
|
|
};
|
|
db = {
|
|
url = "https://github.com/crystal-lang/crystal-db.git";
|
|
rev = "v0.13.1";
|
|
sha256 = "02b79bdv5h460ay0vkpwi5q69b1qrm9z29z02p09xb03hijxskpd";
|
|
};
|
|
exception_page = {
|
|
url = "https://github.com/crystal-loot/exception_page.git";
|
|
rev = "v0.2.2";
|
|
sha256 = "1c8askb9b7621jjz5pjj6b8pdbhw3r1l3dym6swg1saspf5j3jwi";
|
|
};
|
|
http_proxy = {
|
|
url = "https://github.com/mamantoha/http_proxy.git";
|
|
rev = "v0.10.3";
|
|
sha256 = "1hgghjy611m9bbmq8drvzs30mymkq2s4d18lp19543qls58h80vs";
|
|
};
|
|
kemal = {
|
|
url = "https://github.com/kemalcr/kemal.git";
|
|
rev = "v1.1.2";
|
|
sha256 = "1149q4qw0zrws5asqqr4snrdi67xsmisdcq58zcrbgqgsxgly9d0";
|
|
};
|
|
kilt = {
|
|
url = "https://github.com/jeromegn/kilt.git";
|
|
rev = "v0.6.1";
|
|
sha256 = "0dpc15y9m8c5l9zdfif6jlf7zmkrlm9w4m2igi5xa22fdjwamwfp";
|
|
};
|
|
pg = {
|
|
url = "https://github.com/will/crystal-pg.git";
|
|
rev = "v0.28.0";
|
|
sha256 = "0g1kdpnz7sr7hpama0y3s70v5xjhi7jm2ypb1w503cfvr30qffpm";
|
|
};
|
|
protodec = {
|
|
url = "https://github.com/iv-org/protodec.git";
|
|
rev = "v0.1.5";
|
|
sha256 = "09cm36skv2mxqrlczp0j1g7cf8wsfdqr8q39nxyj3ggc3yadp8bc";
|
|
};
|
|
radix = {
|
|
url = "https://github.com/luislavena/radix.git";
|
|
rev = "v0.4.1";
|
|
sha256 = "1l08cydkdidq9yyil1wl240hvk41iycv04jrg6nx5mkvzw4z1bzg";
|
|
};
|
|
spectator = {
|
|
url = "https://github.com/icy-arctic-fox/spectator.git";
|
|
rev = "v0.10.6";
|
|
sha256 = "0w6mv1q44is2m19pyspkyiwm84h55nchsm4pp82gdbb0j9ylhckx";
|
|
};
|
|
sqlite3 = {
|
|
url = "https://github.com/crystal-lang/crystal-sqlite3.git";
|
|
rev = "v0.21.0";
|
|
sha256 = "1mhg59l6qgmf14zjrais0jfn1h5jj9j32fy7fb0gkp9zhpa7x6vs";
|
|
};
|
|
}
|