File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313
1414stdenv . mkDerivation ( finalAttrs : {
1515 pname = "lean4" ;
16- version = "4.12 .0" ;
16+ version = "4.15 .0" ;
1717
1818 src = fetchFromGitHub {
1919 owner = "leanprover" ;
2020 repo = "lean4" ;
2121 rev = "v${ finalAttrs . version } " ;
22- hash = "sha256-O2Egyh2D0TfQWzQKfHUeAh7qAjMfeLVwXwGUw5QqcvE =" ;
22+ hash = "sha256-Xzuk41voBP93vsl3u/bBii9Y6DMfvi6UazKiLLABgHA =" ;
2323 } ;
2424
2525 postPatch = ''
2626 substituteInPlace src/CMakeLists.txt \
27- --replace 'set(GIT_SHA1 "")' 'set(GIT_SHA1 "${ finalAttrs . src . rev } ")'
27+ --replace-fail 'set(GIT_SHA1 "")' 'set(GIT_SHA1 "${ finalAttrs . src . rev } ")'
2828
2929 # Remove tests that fails in sandbox.
3030 # It expects `sourceRoot` to be a git repository.
@@ -37,12 +37,12 @@ stdenv.mkDerivation (finalAttrs: {
3737
3838 nativeBuildInputs = [
3939 cmake
40- cadical
4140 ] ;
4241
4342 buildInputs = [
4443 gmp
4544 libuv
45+ cadical
4646 ] ;
4747
4848 nativeCheckInputs = [
You can’t perform that action at this time.
0 commit comments