···2233stdenv.mkDerivation rec {
44 pname = "lean";
55- version = "3.34.0";
55+ version = "3.35.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 = "ad324bbc96bfe9cb4169100d23803223a7b59534";
1515- sha256 = "0xg9ah5l04bhd2hk9j52cg42xpnzhljwmczl8kq0cjy1yjdm6yh0";
1414+ rev = "a68d251bfc57341d8f1f6d8c6e548a0b08ff3b92";
1515+ sha256 = "0f91kvd4z7rsjyagfx56y1vxmf4wjds7bnz6yh3sd4xx770z58d4";
1616 };
17171818 nativeBuildInputs = [ cmake ];