···2233stdenv.mkDerivation rec {
44 pname = "lean";
55- version = "3.50.3";
55+ version = "3.51.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 = "855e5b74e3a52a40552e8f067169d747d48743fd";
1515- sha256 = "sha256-RH4w7PpzC+fhqCHikXQO2pUUvWD2qrA0mVMUGxpauwE=";
1414+ rev = "9fc1dee97a72a3e34d658aefb4b8a95ecd3d477c";
1515+ hash = "sha256-Vcsph4dTNLafeaTtVwJS8tWoWCgcP6pxF0ssZDE/YfM=";
1616 };
17171818 nativeBuildInputs = [ cmake ];