lean4: 4.24.0 -> 4.25.0

This commit is contained in:
Erlend Hamberg
2025-11-17 12:32:28 +01:00
parent 2831effd27
commit 2e500cfd73

View File

@@ -15,7 +15,7 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "lean4"; pname = "lean4";
version = "4.24.0"; version = "4.25.0";
# Using a vendored version rather than nixpkgs' version to match the exact version required by # Using a vendored version rather than nixpkgs' version to match the exact version required by
# Lean. Apparently, even a slight version change can impact greatly the final performance. # Lean. Apparently, even a slight version change can impact greatly the final performance.
@@ -30,7 +30,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "leanprover"; owner = "leanprover";
repo = "lean4"; repo = "lean4";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-m0DjKjFia5F5rCVMgn2xxPbbU/5uy7g84FUXSBPgy3w="; hash = "sha256-VM7Y3KzsAWAvDTFXbi183s6tVqlyrMlV3oEsc9d8Rk0=";
}; };
postPatch = postPatch =