ameba: 0.14.3 -> 1.0.1

This commit is contained in:
Peter Hoeg 2022-08-05 11:14:56 +08:00
parent 70220e79b1
commit 8243b31949

View File

@ -2,15 +2,17 @@
crystal.buildCrystalPackage rec {
pname = "ameba";
version = "0.14.3";
version = "1.0.1";
src = fetchFromGitHub {
owner = "crystal-ameba";
repo = "ameba";
rev = "v${version}";
sha256 = "sha256-oZdaHV+vnYUiCXNMrSuHvZzDYDgFZsoD715DE3tJ2bE=";
hash = "sha256-dvhGk6IbSV3pxtoIV7+0+qf47hz2TooPhsSwFd2+xkw=";
};
format = "make";
meta = with lib; {
description = "A static code analysis tool for Crystal";
homepage = "https://crystal-ameba.github.io";