Merge pull request #120822 from r-ryantm/auto-update/lean

lean: 3.28.0 -> 3.29.0
This commit is contained in:
Gabriel Ebner 2021-04-27 22:28:19 +02:00 committed by GitHub
commit abbc2384d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "lean";
version = "3.28.0";
version = "3.29.0";
src = fetchFromGitHub {
owner = "leanprover-community";
repo = "lean";
rev = "v${version}";
sha256 = "sha256-IzoFE92F559WeSUCiYZ/fx2hrsyRzgOACr3/pzJ4OOY=";
sha256 = "sha256-f2Gp76c+4R+ww52f1AyVZqixpei1WZPwr7pfgxMMb9Q=";
};
nativeBuildInputs = [ cmake ];