mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
collision: 3.11.0 -> 3.14.0
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user