lean: 3.9.0 -> 3.10.0

This commit is contained in:
Mario Rodas 2020-05-02 04:20:00 -05:00
parent 5ce11e6853
commit 3253c03d2e
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.9.0";
version = "3.10.0";
src = fetchFromGitHub {
owner = "leanprover-community";
repo = "lean";
rev = "v${version}";
sha256 = "0sklw211cmqp4y0c6nycfavpdxdpfwhq9a4sbwdlqd5agyf85h1j";
sha256 = "0nmh09x3scfqg0bg1qf8b7z67s11hbfd7kr1h6k1zw94fyn2mg8q";
};
nativeBuildInputs = [ cmake ];