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

lean: 3.26.0 -> 3.27.0
This commit is contained in:
Gabriel Ebner
2021-02-28 18:46:05 +01:00
committed by GitHub

View File

@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "lean";
version = "3.26.0";
version = "3.27.0";
src = fetchFromGitHub {
owner = "leanprover-community";
repo = "lean";
rev = "v${version}";
sha256 = "sha256-xCULu6ljfyrA/Idr/BJ+3rLVmQqJZPoo+a7s++u50zU=";
sha256 = "sha256-DSIWuMlweu9dsah5EdVCNQ9ADjYoEZongfw/Yh7/N/A=";
};
nativeBuildInputs = [ cmake ];