Merge pull request #317508 from r-ryantm/auto-update/lean4

lean4: 4.8.0 -> 4.9.0
This commit is contained in:
Weijia Wang
2024-07-03 00:38:25 +02:00
committed by GitHub
@@ -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 = ''