Merge pull request #320534 from luochen1990/lean-4.8

lean4: 4.7.0 -> 4.8.0
This commit is contained in:
Nick Cao 2024-06-19 20:52:57 -04:00 committed by GitHub
commit a15139cf87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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