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 3 stdenv.mkDerivation rec { 4 pname = "lean"; 5 - version = "3.50.3"; 6 7 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 = "855e5b74e3a52a40552e8f067169d747d48743fd"; 15 - sha256 = "sha256-RH4w7PpzC+fhqCHikXQO2pUUvWD2qrA0mVMUGxpauwE="; 16 }; 17 18 nativeBuildInputs = [ cmake ];
··· 2 3 stdenv.mkDerivation rec { 4 pname = "lean"; 5 + version = "3.51.0"; 6 7 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 = "9fc1dee97a72a3e34d658aefb4b8a95ecd3d477c"; 15 + hash = "sha256-Vcsph4dTNLafeaTtVwJS8tWoWCgcP6pxF0ssZDE/YfM="; 16 }; 17 18 nativeBuildInputs = [ cmake ];