Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-05-03 12:26:48 +00:00
committed by GitHub
54 changed files with 5375 additions and 722 deletions
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "lean";
version = "3.29.0";
version = "3.30.0";
src = fetchFromGitHub {
owner = "leanprover-community";
repo = "lean";
rev = "v${version}";
sha256 = "sha256-f2Gp76c+4R+ww52f1AyVZqixpei1WZPwr7pfgxMMb9Q=";
sha256 = "sha256-gJhbkl19iilNyfCt2TfPmghYA3yCjg6kS+yk/x/k14Y=";
};
nativeBuildInputs = [ cmake ];