Skip to content

Commit 49b8bad

Browse files
committed
lean4: 4.14.0 -> 4.15.0
Release notes: https://github.com/leanprover/lean4/releases/tag/v4.15.0
1 parent ed30333 commit 49b8bad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/le/lean4/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313

1414
stdenv.mkDerivation (finalAttrs: {
1515
pname = "lean4";
16-
version = "4.14.0";
16+
version = "4.15.0";
1717

1818
src = fetchFromGitHub {
1919
owner = "leanprover";
2020
repo = "lean4";
2121
rev = "v${finalAttrs.version}";
22-
hash = "sha256-xVQCbZLVSI+UiFoimw7TK1P5DQca412ss/9z3LzaxCQ=";
22+
hash = "sha256-Xzuk41voBP93vsl3u/bBii9Y6DMfvi6UazKiLLABgHA=";
2323
};
2424

2525
postPatch = ''

0 commit comments

Comments
 (0)