Merge pull request #86629 from marsam/update-lean

This commit is contained in:
Gabriel Ebner 2020-05-03 10:10:46 +02:00 committed by GitHub
commit f6048691b3
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.9.0";
version = "3.10.0";
src = fetchFromGitHub {
owner = "leanprover-community";
repo = "lean";
rev = "v${version}";
sha256 = "0sklw211cmqp4y0c6nycfavpdxdpfwhq9a4sbwdlqd5agyf85h1j";
sha256 = "0nmh09x3scfqg0bg1qf8b7z67s11hbfd7kr1h6k1zw94fyn2mg8q";
};
nativeBuildInputs = [ cmake ];