Merge pull request #257422 from marsam/update-lean4

lean4: 4.0.0 -> 4.1.0
This commit is contained in:
Mario Rodas 2023-09-26 21:09:22 -05:00 committed by GitHub
commit 85e0d60613
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "lean4";
version = "4.0.0";
version = "4.1.0";
src = fetchFromGitHub {
owner = "leanprover";
repo = "lean4";
rev = "v${version}";
hash = "sha256-3Ni+NiD0iSsOruUyRpBd+aC0TZNYfOLhwqCpPHPruPg=";
hash = "sha256-6qbCafG0bL5KxQt2gL6hV4PFDsEMM0UXfldeOOqxsaE=";
};
postPatch = ''