collision: 3.10.0 -> 3.11.0 (#444260)

This commit is contained in:
Seth Flynn
2025-10-16 01:02:55 +00:00
committed by GitHub
2 changed files with 11 additions and 16 deletions
+2 -2
View File
@@ -21,13 +21,13 @@
crystal.buildCrystalPackage rec {
pname = "Collision";
version = "3.10.0";
version = "3.11.0";
src = fetchFromGitHub {
owner = "GeopJr";
repo = "Collision";
rev = "v${version}";
hash = "sha256-ZXGhMicwlkXUw8I6HUNVxY4vCaVixdV76+wYn34Py6Q=";
hash = "sha256-OCFy7DFSRsqiw+b6zlJy9Us44zQXf150zVDu3GmclOk=";
};
postPatch = ''
+9 -14
View File
@@ -1,40 +1,35 @@
{
blake3 = {
"blake3" = {
url = "https://github.com/geopjr/blake3.cr.git";
rev = "v1.4.0";
sha256 = "1kp3rqddcsjj15syfnfvsx694nmpjzxmgawnf7y7dxdakk3przlw";
};
gettext = {
"gettext" = {
url = "https://github.com/geopjr/gettext.cr.git";
rev = "v1.0.0";
sha256 = "1y27m4170rr4532j56grzhwbz8hj6z7j3zfkd0jnfwnsxclks1kc";
};
gi-crystal = {
"gi-crystal" = {
url = "https://github.com/hugopl/gi-crystal.git";
rev = "v0.25.0";
sha256 = "0lgs85khg6yzmw7vnkjxygrga1618440hayjc51jmjcfh2lff1k2";
};
gtk4 = {
"gtk4" = {
url = "https://github.com/hugopl/gtk4.cr.git";
rev = "v0.17.0";
sha256 = "0lv3nvsanxi4g2322zvkf1jxx5zgzaapk228vcw2cl0ja1drm06d";
};
harfbuzz = {
"harfbuzz" = {
url = "https://github.com/hugopl/harfbuzz.cr.git";
rev = "v0.2.0";
sha256 = "06wgqxwyib5416yp53j2iwcbr3bl4jjxb1flm7z103l365par694";
rev = "v0.2.1";
sha256 = "08zx5q1mm1h4lzfr38dk8nk7mx1y955zdjl6n48rl619bc1ywdpg";
};
libadwaita = {
"libadwaita" = {
url = "https://github.com/hugopl/libadwaita.cr.git";
rev = "v0.1.0";
sha256 = "13iqij1rwqdlsd9gls3gz4i4frlsda3yasdbbmrzpa8d3qm3p8yq";
};
non-blocking-spawn = {
url = "https://github.com/geopjr/non-blocking-spawn.git";
rev = "v1.1.0";
sha256 = "1h43gskannylaai4dz2sjb6rds2h6slm1krg88inan12silhp66c";
};
pango = {
"pango" = {
url = "https://github.com/hugopl/pango.cr.git";
rev = "v0.3.1";
sha256 = "0xlf127flimnll875mcq92q7xsi975rrgdpcpmnrwllhdhfx9qmv";