Merge pull request #264514 from marsam/update-lean4

lean4: 4.1.0 -> 4.2.0
This commit is contained in:
Mario Rodas
2023-10-31 06:52:03 -05:00
committed by GitHub
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "lean4";
version = "4.1.0";
version = "4.2.0";
src = fetchFromGitHub {
owner = "leanprover";
repo = "lean4";
rev = "v${version}";
hash = "sha256-6qbCafG0bL5KxQt2gL6hV4PFDsEMM0UXfldeOOqxsaE=";
hash = "sha256-56YtHCiNMP5fJoddSokEl0ws06IwetYLer4aLCnujZA=";
};
postPatch = ''