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

ameba: 0.13.4 -> 0.14.0
This commit is contained in:
Mario Rodas 2021-02-25 20:05:13 -05:00 committed by GitHub
commit c3493714c7
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 = "0.13.4";
version = "0.14.0";
src = fetchFromGitHub {
owner = "crystal-ameba";
repo = "ameba";
rev = "v${version}";
sha256 = "sha256-+ZsefwH1hag2syWaEXkdxgmxk6JsxP7MvV+ILlo+Hy8=";
sha256 = "sha256-9oLVv0fCJzYyBApR4yzQKc25Uz9X5Rrvj638yD0JDMU=";
};
meta = with lib; {