Commit 41f1482b authored by kilianar's avatar kilianar
Browse files
parent 268367d3
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 ];