ameba: 0.12.1 -> 0.13.0

This commit is contained in:
Kim Burgess 2020-06-22 11:26:42 +10:00
parent d9e94d1d03
commit 06e55617a4
No known key found for this signature in database
GPG Key ID: BEBE2BB07BAFCFD4

View File

@ -2,13 +2,13 @@
crystal.buildCrystalPackage rec { crystal.buildCrystalPackage rec {
pname = "ameba"; pname = "ameba";
version = "0.12.1"; version = "0.13.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "crystal-ameba"; owner = "crystal-ameba";
repo = "ameba"; repo = "ameba";
rev = "v${version}"; rev = "v${version}";
sha256 = "0c2j2qki0czkpsqxv75qg95pk9f0w4rqa5ln07rs4bj9dk2lrr3l"; sha256 = "0h7s40xk7qmrc560k6vyx67lvimp74giwj21a43np0gcxq4f9icd";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {