Merge pull request #224132 from r-ryantm/auto-update/ameba

ameba: 1.4.2 -> 1.4.3
This commit is contained in:
Nick Cao 2023-04-01 10:17:58 +08:00 committed by GitHub
commit 4f7ea05214
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
crystal.buildCrystalPackage rec { crystal.buildCrystalPackage rec {
pname = "ameba"; pname = "ameba";
version = "1.4.2"; version = "1.4.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "crystal-ameba"; owner = "crystal-ameba";
repo = "ameba"; repo = "ameba";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-coZU3cufQgSCid10zEvmHG7ddLbZhnrvl9ffw4Y6h74="; hash = "sha256-pc9mtVR/PBhM5l1PnDkm+y+McxbrfAmQzxmLi761VF4=";
}; };
format = "make"; format = "make";