update leanLatest
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
{ lean4, fetchFromGitHub }:
|
||||
lean4.overrideAttrs (
|
||||
final: prev: {
|
||||
version = "4.19.0-rc3";
|
||||
version = "4.19.0";
|
||||
src = fetchFromGitHub {
|
||||
owner = "leanprover";
|
||||
repo = "lean4";
|
||||
tag = "v4.19.0-rc3";
|
||||
hash = "sha256-3a+zMGr1JnjxCm9sx8ikTpPXUoaOxmO6o5I0akip+kU=";
|
||||
tag = "v4.19.0";
|
||||
hash = "sha256-Iw5JSamrty9l6aJ2WwslAolSHfi2q0UO8P8HI1gp+j8=";
|
||||
};
|
||||
cmakeFlags = (prev.cmakeFlags or [ ]) ++ [ "-DUSE_MIMALLOC=OFF" ];
|
||||
}
|
||||
|
Reference in New Issue
Block a user