collision: 3.6.0 -> 3.8.0
Signed-off-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
parent
6b5dd4d5a4
commit
5403ba0c3c
@ -18,13 +18,13 @@
|
|||||||
}:
|
}:
|
||||||
crystal.buildCrystalPackage rec {
|
crystal.buildCrystalPackage rec {
|
||||||
pname = "Collision";
|
pname = "Collision";
|
||||||
version = "3.6.0";
|
version = "3.8.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "GeopJr";
|
owner = "GeopJr";
|
||||||
repo = "Collision";
|
repo = "Collision";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-Qxe4ILDdfYfxu95EvKRTvkAOgDIZDiLymBlZouBWn0M=";
|
hash = "sha256-Bo/u0UYM/N7tLqdCs2OU5pdj2s9LXPooSR1PCGk9dSc=";
|
||||||
};
|
};
|
||||||
patches = [ ./make.patch ];
|
patches = [ ./make.patch ];
|
||||||
shardsFile = ./shards.nix;
|
shardsFile = ./shards.nix;
|
||||||
|
@ -1,18 +1,23 @@
|
|||||||
{
|
{
|
||||||
|
blake3 = {
|
||||||
|
url = "https://github.com/geopjr/blake3.cr.git";
|
||||||
|
rev = "v1.3.0";
|
||||||
|
sha256 = "0pc3h7b5gfkmxlw708qaqjfzjvv5ig3iwxxainq6pwfhpff4a5wd";
|
||||||
|
};
|
||||||
gettext = {
|
gettext = {
|
||||||
url = "https://github.com/geopjr/gettext.cr.git";
|
url = "https://github.com/geopjr/gettext.cr.git";
|
||||||
rev = "v1.0.0";
|
rev = "v1.0.0";
|
||||||
sha256 = "1y27m4170rr4532j56grzhwbz8hj6z7j3zfkd0jnfwnsxclks1kc";
|
sha256 = "1y27m4170rr4532j56grzhwbz8hj6z7j3zfkd0jnfwnsxclks1kc";
|
||||||
};
|
};
|
||||||
gio = {
|
gi-crystal = {
|
||||||
url = "https://github.com/hugopl/gio.cr.git";
|
url = "https://github.com/hugopl/gi-crystal.git";
|
||||||
rev = "v0.1.0";
|
rev = "v0.22.2";
|
||||||
sha256 = "0vj35bi64d4hni18nrl8fmms306a0gl4zlxpf3aq08lh0sbwzhd8";
|
sha256 = "0bpa1f8iaf97z2kbgjc7nc8km7nd7bppiwna319lm2hvm8m5pw15";
|
||||||
};
|
};
|
||||||
gtk4 = {
|
gtk4 = {
|
||||||
url = "https://github.com/hugopl/gtk4.cr.git";
|
url = "https://github.com/hugopl/gtk4.cr.git";
|
||||||
rev = "v0.15.0";
|
rev = "v0.16.1";
|
||||||
sha256 = "100j5k4sfc2dpj3nplzjcaxw1bwy3hsy5cw93asg00kda9h8dbb1";
|
sha256 = "1cqkbh072y70l8g0p040vf50k920p32ry1larnwn9mqabd74jwaj";
|
||||||
};
|
};
|
||||||
harfbuzz = {
|
harfbuzz = {
|
||||||
url = "https://github.com/hugopl/harfbuzz.cr.git";
|
url = "https://github.com/hugopl/harfbuzz.cr.git";
|
||||||
@ -26,12 +31,12 @@
|
|||||||
};
|
};
|
||||||
non-blocking-spawn = {
|
non-blocking-spawn = {
|
||||||
url = "https://github.com/geopjr/non-blocking-spawn.git";
|
url = "https://github.com/geopjr/non-blocking-spawn.git";
|
||||||
rev = "v1.0.5";
|
rev = "v1.1.0";
|
||||||
sha256 = "139gr87zlw0k9kf6pf9k2d88aa9x3kcnfg34qpbqrwsrck7708za";
|
sha256 = "1h43gskannylaai4dz2sjb6rds2h6slm1krg88inan12silhp66c";
|
||||||
};
|
};
|
||||||
pango = {
|
pango = {
|
||||||
url = "https://github.com/hugopl/pango.cr.git";
|
url = "https://github.com/hugopl/pango.cr.git";
|
||||||
rev = "v0.2.0";
|
rev = "v0.3.1";
|
||||||
sha256 = "0dl3qrhi2ybylmvzx1x5gsznp2pcdkc50waxrljxwnf5avn8ixsf";
|
sha256 = "0xlf127flimnll875mcq92q7xsi975rrgdpcpmnrwllhdhfx9qmv";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user