lean: 3.42.1 -> 3.43.0

main
Mauricio Collares 2 years ago
parent 0a449d8fff
commit 4b37f16232
  1. 6
      pkgs/applications/science/logic/lean/default.nix

@ -2,7 +2,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "lean"; pname = "lean";
version = "3.42.1"; version = "3.43.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "leanprover-community"; owner = "leanprover-community";
@ -11,8 +11,8 @@ stdenv.mkDerivation rec {
# from. this is then used to check whether an olean file should be # 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 # rebuilt. don't use a tag as rev because this will get replaced into
# src/githash.h.in in preConfigure. # src/githash.h.in in preConfigure.
rev = "68455b087d87e9dc3f736da0de95807e05260460"; rev = "bfce34363b0efe86e93e3fe75de76ab3740c772d";
sha256 = "11kq5mf63p0vgjh94friir45djx5dl46smkxx0lcwp0h8d7han41"; sha256 = "100mb003zkgrv1wd2agbk41aipk3j78k8zcjbj7pv9ixh02c7ss8";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];

Loading…
Cancel
Save