Merge pull request #80167 from Ailrun/update-lean

Update lean to 3.5.1
This commit is contained in:
Gabriel Ebner 2020-02-15 09:58:36 +01:00 committed by GitHub
commit 7513ff94c1
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.4.2";
version = "3.5.1";
src = fetchFromGitHub {
owner = "leanprover";
owner = "leanprover-community";
repo = "lean";
rev = "v${version}";
sha256 = "0zpnfg6kyg120rrdr336i1lymmzz4xgcqpn96iavhzhlaanmx55l";
sha256 = "0m7knf1hfbn2v6p6kmqxlx8c40p5nzv8d975w2xwljaccc42j1yp";
};
nativeBuildInputs = [ cmake ];
@ -27,3 +27,4 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ thoughtpolice gebner ];
};
}