lean4: 4.8.0 -> 4.9.0

This commit is contained in:
R. Ryantm 2024-07-01 02:37:57 +00:00
parent c00f20377b
commit d85d653397

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lean4";
version = "4.8.0";
version = "4.9.0";
src = fetchFromGitHub {
owner = "leanprover";
repo = "lean4";
rev = "v${finalAttrs.version}";
hash = "sha256-R75RrAQb/tRTtMvy/ddLl1KQaA7V71nocvjIS9geMrg=";
hash = "sha256-wi7outnKpz60to6Z7MSGAKK6COxmpJo6iu6Re86jqlo=";
};
postPatch = ''