diff options
| author | Nick Cao <nickcao@nichi.co> | 2023-06-30 15:04:39 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-30 15:04:39 +0800 |
| commit | f6acd6f1127cc37afcebe6ec722adae65a896284 (patch) | |
| tree | 0277c56340c8484480b8efc3443c5c431646da6c | |
| parent | Merge pull request #240662 from NixOS/php/fix-yaml-extension (diff) | |
| parent | blahaj: 2.0.2 -> 2.1.0 (diff) | |
| download | nixpkgs-f6acd6f1127cc37afcebe6ec722adae65a896284.tar.gz | |
Merge pull request #240647 from cafkafk/cafkafkdev-blåhaj-bump-v2.1.0
blahaj: 2.0.2 -> 2.1.0
| -rw-r--r-- | pkgs/tools/misc/blahaj/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/blahaj/default.nix b/pkgs/tools/misc/blahaj/default.nix index 181b5c10babd..1b0e5ff839ea 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 ]; }; } |
