Merge pull request #292202 from marsam/update-lean4

lean4: 4.5.0 -> 4.6.0
This commit is contained in:
Mario Rodas 2024-02-29 20:49:17 -05:00 committed by GitHub
commit 7767a0f22d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lean4";
version = "4.5.0";
version = "4.6.0";
src = fetchFromGitHub {
owner = "leanprover";
repo = "lean4";
rev = "v${finalAttrs.version}";
hash = "sha256-KTCTk4Fpbmm7FsUo03tAvenC6HuB3zJGax6iGTwLaXM=";
hash = "sha256-Anf6uaTFG/c94N7b7HgT5riyOL5xbHeeoYTrrOl2vDA=";
};
postPatch = ''