Unverified Commit 87ab85b5 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #233445 from kilianar/lean-3.51.0

lean: 3.50.3 -> 3.51.0
parents 60eb1bd3 41f1482b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

stdenv.mkDerivation rec {
  pname = "lean";
  version = "3.50.3";
  version = "3.51.0";

  src = fetchFromGitHub {
    owner  = "leanprover-community";
@@ -11,8 +11,8 @@ stdenv.mkDerivation rec {
    # from. this is then used to check whether an olean file should be
    # rebuilt. don't use a tag as rev because this will get replaced into
    # src/githash.h.in in preConfigure.
    rev    = "855e5b74e3a52a40552e8f067169d747d48743fd";
    sha256 = "sha256-RH4w7PpzC+fhqCHikXQO2pUUvWD2qrA0mVMUGxpauwE=";
    rev    = "9fc1dee97a72a3e34d658aefb4b8a95ecd3d477c";
    hash   = "sha256-Vcsph4dTNLafeaTtVwJS8tWoWCgcP6pxF0ssZDE/YfM=";
  };

  nativeBuildInputs = [ cmake ];