mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 06:14:57 +01:00
42 lines
1.3 KiB
Nix
42 lines
1.3 KiB
Nix
{
|
|
blake3 = {
|
|
url = "https://github.com/geopjr/blake3.cr.git";
|
|
rev = "v1.3.0";
|
|
sha256 = "0pc3h7b5gfkmxlw708qaqjfzjvv5ig3iwxxainq6pwfhpff4a5wd";
|
|
};
|
|
gettext = {
|
|
url = "https://github.com/geopjr/gettext.cr.git";
|
|
rev = "v1.0.0";
|
|
sha256 = "1y27m4170rr4532j56grzhwbz8hj6z7j3zfkd0jnfwnsxclks1kc";
|
|
};
|
|
gi-crystal = {
|
|
url = "https://github.com/hugopl/gi-crystal.git";
|
|
rev = "v0.22.3";
|
|
sha256 = "1xyj5bf3l2i1yzqxb8yyj0fc3kwi9nnd57n5dhs5xm9jxzcvw1kk";
|
|
};
|
|
gtk4 = {
|
|
url = "https://github.com/hugopl/gtk4.cr.git";
|
|
rev = "v0.16.1";
|
|
sha256 = "1cqkbh072y70l8g0p040vf50k920p32ry1larnwn9mqabd74jwaj";
|
|
};
|
|
harfbuzz = {
|
|
url = "https://github.com/hugopl/harfbuzz.cr.git";
|
|
rev = "v0.2.0";
|
|
sha256 = "06wgqxwyib5416yp53j2iwcbr3bl4jjxb1flm7z103l365par694";
|
|
};
|
|
libadwaita = {
|
|
url = "https://github.com/geopjr/libadwaita.cr.git";
|
|
rev = "cffabb56e911d2a90c53c2fd14d6bd08bf5ac446";
|
|
sha256 = "0gcq04vgxg0vff9fcalgzq9phq0y76diihkzhlfn91bdxwkx7rl3";
|
|
};
|
|
non-blocking-spawn = {
|
|
url = "https://github.com/geopjr/non-blocking-spawn.git";
|
|
rev = "v1.1.0";
|
|
sha256 = "1h43gskannylaai4dz2sjb6rds2h6slm1krg88inan12silhp66c";
|
|
};
|
|
pango = {
|
|
url = "https://github.com/hugopl/pango.cr.git";
|
|
rev = "v0.3.1";
|
|
sha256 = "0xlf127flimnll875mcq92q7xsi975rrgdpcpmnrwllhdhfx9qmv";
|
|
};
|
|
}
|