ameba: 1.4.2 -> 1.4.3

This commit is contained in:
R. Ryantm 2023-03-31 21:14:17 +00:00
parent 22793aa0a2
commit c5aaee7793

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";