lean: 3.50.3 -> 3.51.0

https://github.com/leanprover-community/lean/releases/tag/v3.51.0

kilianar 41f1482b 268367d3

+3 -3
+3 -3
pkgs/applications/science/logic/lean/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "lean"; 5 - version = "3.50.3"; 5 + version = "3.51.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "leanprover-community"; ··· 11 11 # from. this is then used to check whether an olean file should be 12 12 # rebuilt. don't use a tag as rev because this will get replaced into 13 13 # src/githash.h.in in preConfigure. 14 - rev = "855e5b74e3a52a40552e8f067169d747d48743fd"; 15 - sha256 = "sha256-RH4w7PpzC+fhqCHikXQO2pUUvWD2qrA0mVMUGxpauwE="; 14 + rev = "9fc1dee97a72a3e34d658aefb4b8a95ecd3d477c"; 15 + hash = "sha256-Vcsph4dTNLafeaTtVwJS8tWoWCgcP6pxF0ssZDE/YfM="; 16 16 }; 17 17 18 18 nativeBuildInputs = [ cmake ];