lean4: 4.16.0 -> 4.17.0 (#386735)

This commit is contained in:
Ryan Lahfa
2025-03-05 14:22:48 +01:00
committed by GitHub
+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 = [