lean: 3.8.0 -> 3.9.0

This commit is contained in:
Mario Rodas 2020-04-18 04:20:00 -05:00
parent bc0e5f8c4c
commit f37c9226fc
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "lean";
version = "3.8.0";
version = "3.9.0";
src = fetchFromGitHub {
owner = "leanprover-community";
repo = "lean";
rev = "v${version}";
sha256 = "0frs2vhxlzdliyydb462c1886dn585zd7yp7hdxzsri2v6gdh89g";
sha256 = "0sklw211cmqp4y0c6nycfavpdxdpfwhq9a4sbwdlqd5agyf85h1j";
};
nativeBuildInputs = [ cmake ];