blahaj: 2.0.2 -> 2.1.0

Also added myself to list of maintainers.
This commit is contained in:
Christina Sørensen 2023-06-30 05:51:57 +02:00
parent 597172511d
commit 6579b42989
No known key found for this signature in database
GPG key ID: CDDC792F655251ED

View file

@ -5,19 +5,19 @@
crystal.buildCrystalPackage rec {
pname = "blahaj";
version = "2.0.2";
version = "2.1.0";
src = fetchFromGitHub {
owner = "GeopJr";
repo = "BLAHAJ";
rev = "v${version}";
hash = "sha256-drdC507lIYanHS7fneW9Xwqmyr6f1oGF1+xeYQ2DzKA=";
hash = "sha256-rX6isAIlpNDBOGLmtvRXmqY90ByFfXeYI0HAAPIMXf8=";
};
meta = with lib; {
description = "Gay sharks at your local terminal - lolcat-like CLI tool";
homepage = "https://blahaj.queer.software";
license = licenses.bsd2;
maintainers = with maintainers; [ aleksana ];
maintainers = with maintainers; [ aleksana cafkafk ];
};
}