collision: 3.11.0 -> 3.14.0

This commit is contained in:
Luna Simons
2026-03-13 16:27:28 +01:00
parent 83dd6dca2c
commit 276b211fcf
2 changed files with 7 additions and 10 deletions

View File

@@ -21,13 +21,13 @@
crystal.buildCrystalPackage rec {
pname = "Collision";
version = "3.11.0";
version = "3.14.0";
src = fetchFromGitHub {
owner = "GeopJr";
repo = "Collision";
rev = "v${version}";
hash = "sha256-OCFy7DFSRsqiw+b6zlJy9Us44zQXf150zVDu3GmclOk=";
tag = "v${version}";
hash = "sha256-GcCqItSHUhhS0yrOM8bMzkVsVHyC97c+yccw5ZP61IU=";
};
postPatch = ''
@@ -100,9 +100,6 @@ crystal.buildCrystalPackage rec {
supportedFeatures = [ "silent" ];
}
];
shardLock = runCommand "shard.lock" { inherit src; } ''
cp $src/shard.lock $out
'';
};
meta = {

View File

@@ -11,13 +11,13 @@
};
"gi-crystal" = {
url = "https://github.com/hugopl/gi-crystal.git";
rev = "v0.25.0";
sha256 = "0lgs85khg6yzmw7vnkjxygrga1618440hayjc51jmjcfh2lff1k2";
rev = "v0.25.1";
sha256 = "0283isgrann4r3ily8c7fip0x6h947g9s3hgmrja0m6si3lkgizs";
};
"gtk4" = {
url = "https://github.com/hugopl/gtk4.cr.git";
rev = "v0.17.0";
sha256 = "0lv3nvsanxi4g2322zvkf1jxx5zgzaapk228vcw2cl0ja1drm06d";
rev = "v0.18.0";
sha256 = "03kab6nbkgxnnrp7g0gr4cv7rjsp7y8m7kz2rzb1ci63qzkzqlqi";
};
"harfbuzz" = {
url = "https://github.com/hugopl/harfbuzz.cr.git";