From 6579b42989b94b2973ad0fde08ea0df360f3a291 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Fri, 30 Jun 2023 05:51:57 +0200 Subject: [PATCH] blahaj: 2.0.2 -> 2.1.0 Also added myself to list of maintainers. --- pkgs/tools/misc/blahaj/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/misc/blahaj/default.nix b/pkgs/tools/misc/blahaj/default.nix index 181b5c10bab..1b0e5ff839e 100644 --- a/pkgs/tools/misc/blahaj/default.nix +++ b/pkgs/tools/misc/blahaj/default.nix @@ -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 ]; }; }