Merge pull request #240647 from cafkafk/cafkafkdev-blåhaj-bump-v2.1.0

blahaj: 2.0.2 -> 2.1.0
This commit is contained in:
Nick Cao 2023-06-30 15:04:39 +08:00 committed by GitHub
commit f6acd6f112
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];
};
}