···2233stdenv.mkDerivation rec {
44 pname = "lean";
55- version = "3.30.0";
55+ version = "3.31.0";
6677 src = fetchFromGitHub {
88 owner = "leanprover-community";
···1111 # from. this is then used to check whether an olean file should be
1212 # rebuilt. don't use a tag as rev because this will get replaced into
1313 # src/githash.h.in in preConfigure.
1414- rev = "a5822ea47ebc52eec6323d8f1b60f6ec025daf99";
1515- sha256 = "sha256-gJhbkl19iilNyfCt2TfPmghYA3yCjg6kS+yk/x/k14Y=";
1414+ rev = "333783350cd3fe38f25fed1da7d6a433d8f85b77";
1515+ sha256 = "sha256-N8Ju7pSGssvt84/0e1o6G/p7fWM1c0Mzw+ftL1/++J4=";
1616 };
17171818 nativeBuildInputs = [ cmake ];