Merge pull request #276956 from r-ryantm/auto-update/blahaj

blahaj: 2.1.0 -> 2.2.0
This commit is contained in:
Nick Cao 2023-12-27 10:33:34 -05:00 committed by GitHub
commit 1173aa87dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
crystal.buildCrystalPackage rec {
pname = "blahaj";
version = "2.1.0";
version = "2.2.0";
src = fetchFromGitHub {
owner = "GeopJr";
repo = "BLAHAJ";
rev = "v${version}";
hash = "sha256-rX6isAIlpNDBOGLmtvRXmqY90ByFfXeYI0HAAPIMXf8=";
hash = "sha256-CmMF9jDKUo+c8dYc2UEHKdBDE4dgwExcRS5sSUsUJik=";
};
meta = with lib; {