Unverified Commit 37c4dbcc authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #233616 from Aleksanaa/blahaj

blahaj: 2.0.1 -> 2.0.2
parents 621c342a eaade3c4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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; {