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 {
pname = "ameba";
version = "1.4.2";
version = "1.4.3";
src = fetchFromGitHub {
owner = "crystal-ameba";
repo = "ameba";
rev = "refs/tags/v${version}";
hash = "sha256-coZU3cufQgSCid10zEvmHG7ddLbZhnrvl9ffw4Y6h74=";
hash = "sha256-pc9mtVR/PBhM5l1PnDkm+y+McxbrfAmQzxmLi761VF4=";
};
format = "make";