3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #206238 from collares/lean-3.50.0

lean: 3.49.0 -> 3.50.3
This commit is contained in:
Mauricio Collares 2022-12-31 13:55:52 -03:00 committed by GitHub
commit 2082422786
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "lean";
version = "3.49.0";
version = "3.50.3";
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 = "acf633e01a8783a12060b0a1b7b5b5e15fd73e77";
sha256 = "sha256-KF13DlGEl6aICSp/haczo54gjLZaOxyzFRdzvyyiu5M=";
rev = "855e5b74e3a52a40552e8f067169d747d48743fd";
sha256 = "sha256-RH4w7PpzC+fhqCHikXQO2pUUvWD2qrA0mVMUGxpauwE=";
};
nativeBuildInputs = [ cmake ];