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:
commit
f6acd6f112
1 changed files with 3 additions and 3 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue