{ lib, buildLakePackage, fetchFromGitHub, }: buildLakePackage { pname = "lean4-plausible"; version = "4.29.0"; src = fetchFromGitHub { owner = "leanprover-community"; repo = "plausible"; tag = "v4.29.0"; hash = "sha256-08fNB2GK5AqDJ15n5Ol+HYqaSbsznyp4cerDo32bG50="; }; leanPackageName = "plausible"; meta = { description = "Property-based testing framework for Lean 4"; homepage = "https://github.com/leanprover-community/plausible"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ nadja-y ]; }; }