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

ameba: 1.4.1 -> 1.4.2
This commit is contained in:
Nick Cao 2023-02-27 14:42:02 +08:00 committed by GitHub
commit 4e330b4423
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.1";
version = "1.4.2";
src = fetchFromGitHub {
owner = "crystal-ameba";
repo = "ameba";
rev = "refs/tags/v${version}";
hash = "sha256-UNMOLbZeSdvTuDgveQ/vRC+PlAdVo1bGnpMz3g1seY8=";
hash = "sha256-coZU3cufQgSCid10zEvmHG7ddLbZhnrvl9ffw4Y6h74=";
};
format = "make";