···23stdenv.mkDerivation rec {
4 pname = "lean";
5- version = "3.33.0";
67 src = fetchFromGitHub {
8 owner = "leanprover-community";
···11 # from. this is then used to check whether an olean file should be
12 # rebuilt. don't use a tag as rev because this will get replaced into
13 # src/githash.h.in in preConfigure.
14- rev = "a0fb1e8c7ac81dfd2e80ad0de08f4e57ee853d82";
15- sha256 = "03xz3c3dzjhvjzpa8811cgzzqzw8fpajmspykavmb259i391w0y7";
16 };
1718 nativeBuildInputs = [ cmake ];
···23stdenv.mkDerivation rec {
4 pname = "lean";
5+ version = "3.34.0";
67 src = fetchFromGitHub {
8 owner = "leanprover-community";
···11 # from. this is then used to check whether an olean file should be
12 # rebuilt. don't use a tag as rev because this will get replaced into
13 # src/githash.h.in in preConfigure.
14+ rev = "ad324bbc96bfe9cb4169100d23803223a7b59534";
15+ sha256 = "0xg9ah5l04bhd2hk9j52cg42xpnzhljwmczl8kq0cjy1yjdm6yh0";
16 };
1718 nativeBuildInputs = [ cmake ];