Unverified Commit a86d2f8b authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #264514 from marsam/update-lean4

lean4: 4.1.0 -> 4.2.0
parents 915a4a16 39042ada
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''