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
+2 -2
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; {