mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
43 lines
1.3 KiB
Nix
43 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.24.0";
|
|
sha256 = "0x356xn35008l573qhyl1sdddc9cc5i3bsa4c7865kgq9521ifyh";
|
|
};
|
|
gtk4 = {
|
|
url = "https://github.com/hugopl/gtk4.cr.git";
|
|
rev = "v0.17.0";
|
|
sha256 = "0lv3nvsanxi4g2322zvkf1jxx5zgzaapk228vcw2cl0ja1drm06d";
|
|
};
|
|
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";
|
|
};
|
|
}
|