mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 14:26:33 +01:00
42 lines
1.3 KiB
Nix
42 lines
1.3 KiB
Nix
{
|
|
fzy = {
|
|
url = "https://github.com/hugopl/fzy.git";
|
|
rev = "v0.5.5";
|
|
sha256 = "1zk95m43ymx9ilwr6iw9l44nkmp4sas28ib0dkr07hkhgrkw68sv";
|
|
};
|
|
gi-crystal = {
|
|
url = "https://github.com/hugopl/gi-crystal.git";
|
|
rev = "v0.22.2";
|
|
sha256 = "0bpa1f8iaf97z2kbgjc7nc8km7nd7bppiwna319lm2hvm8m5pw15";
|
|
};
|
|
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";
|
|
};
|
|
pango = {
|
|
url = "https://github.com/hugopl/pango.cr.git";
|
|
rev = "v0.3.1";
|
|
sha256 = "0xlf127flimnll875mcq92q7xsi975rrgdpcpmnrwllhdhfx9qmv";
|
|
};
|
|
toml = {
|
|
url = "https://github.com/crystal-community/toml.cr.git";
|
|
rev = "v0.7.0";
|
|
sha256 = "0vznx2irvx6m8w6chdf9ms72n2w0cf2m5cwh0cjmp1jz9y3xwv7z";
|
|
};
|
|
vte = {
|
|
url = "https://github.com/hugopl/vte.cr.git";
|
|
rev = "v0.1.0";
|
|
sha256 = "18x2l9cm8czhwpdfng3rz00kn07c49y0555kf2j5l2wb0g05snh3";
|
|
};
|
|
}
|