lean: 3.4.2 -> 3.5.1

3.4.2 is not compilable with GCC >= 9.1
This commit is contained in:
Junyoung Clare Jang 2020-02-15 02:13:17 -05:00
parent 6f24be13ee
commit b71c03e483
No known key found for this signature in database
GPG Key ID: AF7C652D3F2CBD6A
1 changed files with 4 additions and 3 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "lean"; pname = "lean";
version = "3.4.2"; version = "3.5.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "leanprover"; owner = "leanprover-community";
repo = "lean"; repo = "lean";
rev = "v${version}"; rev = "v${version}";
sha256 = "0zpnfg6kyg120rrdr336i1lymmzz4xgcqpn96iavhzhlaanmx55l"; sha256 = "0m7knf1hfbn2v6p6kmqxlx8c40p5nzv8d975w2xwljaccc42j1yp";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];
@ -27,3 +27,4 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ thoughtpolice gebner ]; maintainers = with maintainers; [ thoughtpolice gebner ];
}; };
} }