lean4: 4.9.1 -> 4.10.0

This commit is contained in:
Daniel Britten 2024-09-23 05:32:50 +00:00
parent 989dc4cbf6
commit 5f7adcb349

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lean4";
version = "4.9.1";
version = "4.10.0";
src = fetchFromGitHub {
owner = "leanprover";
repo = "lean4";
rev = "v${finalAttrs.version}";
hash = "sha256-C3N56f3mT+5f149T1BIYQil2UleAWmnRYLqUq4zcLgs=";
hash = "sha256-lNWr84aeVpI/p/oxkNAUlUMUROGGzHAkb2D9q8BzHeA=";
};
postPatch = ''