lean: 3.46.0 -> 3.47.0

This commit is contained in:
Mario Rodas
2022-08-27 04:20:00 +00:00
parent 4f13d5267e
commit 40ad284f8f
@@ -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 ];