lean4: 4.16.0 -> 4.17.0

Release notes: https://github.com/leanprover/lean4/releases/tag/v4.17.0
This commit is contained in:
jthulhu
2025-03-03 14:51:56 +01:00
parent 7768e6b94f
commit e08eecb8c4
+4 -2
View File
@@ -6,6 +6,7 @@
git,
gmp,
cadical,
pkg-config,
libuv,
perl,
testers,
@@ -13,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lean4";
version = "4.16.0";
version = "4.17.0";
src = fetchFromGitHub {
owner = "leanprover";
repo = "lean4";
tag = "v${finalAttrs.version}";
hash = "sha256-RdFTxLk0Yahwhu/oQeTappvWnUtnim63dxN7gmU8Jt8=";
hash = "sha256-6oteAbCKhel0pRyFGqSDG03oDPQU5Y9dsPcujSG6sjo=";
};
postPatch = ''
@@ -37,6 +38,7 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [
cmake
pkg-config
];
buildInputs = [