Skip to content

Commit 498fb77

Browse files
lean4: 4.15.0 -> 4.16.0 (#379168)
2 parents d28837f + f1ffa15 commit 498fb77

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.15.0";
16+
version = "4.16.0";
1717

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

2525
postPatch = ''

0 commit comments

Comments
 (0)