lean: 3.23.0 -> 3.24.0

We have to update to be able to use the current version of mathlib.
This commit is contained in:
Devon Richards 2021-01-06 21:38:04 -06:00 committed by GitHub
parent 6e57c2b876
commit 7a16349789
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "lean"; pname = "lean";
version = "3.23.0"; version = "3.24.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "leanprover-community"; owner = "leanprover-community";
repo = "lean"; repo = "lean";
rev = "v${version}"; rev = "v${version}";
sha256 = "09mklc1p6ms1jayg2f89hqfmhca3h5744lli936l38ypn1d00sxx"; sha256 = "npzBuZ37KrUYwC0TglryVTqui/3/t1ma1Zjpnty0d7c=";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];