Merge pull request #188553 from marsam/update-lean

lean: 3.46.0 -> 3.47.0
This commit is contained in:
superherointj 2022-08-28 19:42:11 -03:00 committed by GitHub
commit 2a7368c1a1
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.46.0";
version = "3.47.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 = "741670c439f1ca266bc7fe61ef7212cc9afd9dd8";
sha256 = "sha256-/4R9i9906e5WQnaKNqUqUyDDIbSW9DNKdGg4rlrvC6c=";
rev = "4f9b974353ea684c98ec938f91f3a526218503ed";
sha256 = "sha256-e/MnyYtkBLVU2MHGHhyAnYRFpVDhrykbKDphhGz48OE=";
};
nativeBuildInputs = [ cmake ];