ameba: 0.14.3 -> 1.0.1
This commit is contained in:
parent
70220e79b1
commit
8243b31949
1 changed files with 4 additions and 2 deletions
|
@ -2,15 +2,17 @@
|
||||||
|
|
||||||
crystal.buildCrystalPackage rec {
|
crystal.buildCrystalPackage rec {
|
||||||
pname = "ameba";
|
pname = "ameba";
|
||||||
version = "0.14.3";
|
version = "1.0.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "crystal-ameba";
|
owner = "crystal-ameba";
|
||||||
repo = "ameba";
|
repo = "ameba";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-oZdaHV+vnYUiCXNMrSuHvZzDYDgFZsoD715DE3tJ2bE=";
|
hash = "sha256-dvhGk6IbSV3pxtoIV7+0+qf47hz2TooPhsSwFd2+xkw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
format = "make";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A static code analysis tool for Crystal";
|
description = "A static code analysis tool for Crystal";
|
||||||
homepage = "https://crystal-ameba.github.io";
|
homepage = "https://crystal-ameba.github.io";
|
||||||
|
|
Loading…
Reference in a new issue