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

ameba: 0.13.3 -> 0.13.4
This commit is contained in:
Mario Rodas 2021-01-28 23:26:18 -05:00 committed by GitHub
commit 962e8a14a8
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.3";
version = "0.13.4";
src = fetchFromGitHub {
owner = "crystal-ameba";
repo = "ameba";
rev = "v${version}";
sha256 = "0yhb8vfrfzsm3a45h2jmcrn1n7jy3zn2hwims3dikgq8kaggws9y";
sha256 = "sha256-+ZsefwH1hag2syWaEXkdxgmxk6JsxP7MvV+ILlo+Hy8=";
};
meta = with lib; {