Merge pull request #128926 from collares/lean-3.31

lean: 3.30.0 -> 3.31.0

authored by

Gabriel Ebner and committed by
GitHub
b3832917 f26f9ae1

+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.30.0"; 5 + version = "3.31.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 = "a5822ea47ebc52eec6323d8f1b60f6ec025daf99"; 15 - sha256 = "sha256-gJhbkl19iilNyfCt2TfPmghYA3yCjg6kS+yk/x/k14Y="; 14 + rev = "333783350cd3fe38f25fed1da7d6a433d8f85b77"; 15 + sha256 = "sha256-N8Ju7pSGssvt84/0e1o6G/p7fWM1c0Mzw+ftL1/++J4="; 16 16 }; 17 17 18 18 nativeBuildInputs = [ cmake ];