lean: 3.49.0 -> 3.49.1

This commit is contained in:
Mauricio Collares 2022-12-15 09:44:19 -03:00
parent 1710ed1f6f
commit 1ea8eab31e

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "lean";
version = "3.49.0";
version = "3.49.1";
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 = "53e8520d8964c7632989880372d91ba0cecbaf00";
sha256 = "sha256-Y6y/dgwZS4PjCpFBf2GWvMNw9im6bXAHCq3UeUUoYpo=";
};
nativeBuildInputs = [ cmake ];