Merge pull request #144145 from collares/lean-3.35

lean: 3.33.0 -> 3.35.0
This commit is contained in:
Gabriel Ebner 2021-11-01 19:42:18 +01:00 committed by GitHub
commit b165ce0c4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "lean";
version = "3.33.0";
version = "3.35.0";
src = fetchFromGitHub {
owner = "leanprover-community";
@ -11,8 +11,8 @@ stdenv.mkDerivation rec {
# from. this is then used to check whether an olean file should be
# rebuilt. don't use a tag as rev because this will get replaced into
# src/githash.h.in in preConfigure.
rev = "a0fb1e8c7ac81dfd2e80ad0de08f4e57ee853d82";
sha256 = "03xz3c3dzjhvjzpa8811cgzzqzw8fpajmspykavmb259i391w0y7";
rev = "a68d251bfc57341d8f1f6d8c6e548a0b08ff3b92";
sha256 = "0f91kvd4z7rsjyagfx56y1vxmf4wjds7bnz6yh3sd4xx770z58d4";
};
nativeBuildInputs = [ cmake ];