lean4: 4.22 -> 4.23.0 (#443165)
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "lean4";
|
pname = "lean4";
|
||||||
version = "4.22.0";
|
version = "4.23.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-dRS7ZaC/ipIEneheSoTkKkJ5PFeDnLNt8uUknu1lEHA=";
|
hash = "sha256-wcB3HxSNukIOttjrfvDQB5IkmhYG9w/UMeOfCQ1+lvo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch =
|
postPatch =
|
||||||
|
|||||||
Reference in New Issue
Block a user