···2233stdenv.mkDerivation rec {
44 pname = "lean";
55- version = "3.48.0";
55+ version = "3.49.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 = "283f6ed8083ab4dd7c36300f31816c5cb793f2f7";
1515- sha256 = "sha256-0Ogv/24KNp1ZBDqiYTsGv5vDKD4fJBtoX7LWLu4QZe0=";
1414+ rev = "acf633e01a8783a12060b0a1b7b5b5e15fd73e77";
1515+ sha256 = "sha256-KF13DlGEl6aICSp/haczo54gjLZaOxyzFRdzvyyiu5M=";
1616 };
17171818 nativeBuildInputs = [ cmake ];