ameba: 1.5.0 -> 1.6.1

This commit is contained in:
sefidel 2024-02-04 20:09:39 +09:00 committed by Peter Hoeg
parent 128901ebfd
commit 8621265c46
1 changed files with 3 additions and 3 deletions

View File

@ -1,14 +1,14 @@
{ lib, fetchFromGitHub, fetchpatch, crystal }:
{ lib, fetchFromGitHub, crystal }:
crystal.buildCrystalPackage rec {
pname = "ameba";
version = "1.5.0";
version = "1.6.1";
src = fetchFromGitHub {
owner = "crystal-ameba";
repo = "ameba";
rev = "refs/tags/v${version}";
hash = "sha256-TdyEnTloaciSpkPmnm+OM75sz9jaCaQ3VoDEepfescU=";
hash = "sha256-NwmsNz9YfHDk0hVwVb5zczuzvErrwPhd3rs75t/Fj+I=";
};
format = "make";