Merge pull request #233616 from Aleksanaa/blahaj

blahaj: 2.0.1 -> 2.0.2
This commit is contained in:
figsoda 2023-05-23 10:48:00 -04:00 committed by GitHub
commit 37c4dbccdd
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.0.1";
version = "2.0.2";
src = fetchFromGitHub {
owner = "GeopJr";
repo = "BLAHAJ";
rev = "v${version}";
hash = "sha256-g38a3mUt2bkwFH/Mwr2D3zEZczM/gdWObUOeeIJGHZ4=";
hash = "sha256-drdC507lIYanHS7fneW9Xwqmyr6f1oGF1+xeYQ2DzKA=";
};
meta = with lib; {