diff options
| author | Mauricio Collares <mauricio@collares.org> | 2021-07-01 20:47:08 -0300 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-07-02 18:00:30 +0000 |
| commit | 4380cd911be318e1f43d099618190e81de6f698a (patch) | |
| tree | d1777bfb56d1d280b0653fbc8629c17b2105bc5b | |
| parent | python3Packages.fastapi: 0.65.0 -> 0.65.2 (diff) | |
| download | nixpkgs-origin/backport-128926-to-release-21.05.tar.gz | |
lean: 3.30.0 -> 3.31.0origin/backport-128926-to-release-21.05
(cherry picked from commit 258e959faf55c76c1855b57ee26a97027a303c28)
| -rw-r--r-- | pkgs/applications/science/logic/lean/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/science/logic/lean/default.nix b/pkgs/applications/science/logic/lean/default.nix index 214f4e218fd3..ea2cd356e315 100644 --- a/pkgs/applications/science/logic/lean/default.nix +++ b/pkgs/applications/science/logic/lean/default.nix @@ -2,7 +2,7 @@ stdenv.mkDerivation rec { pname = "lean"; - version = "3.30.0"; + version = "3.31.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 = "a5822ea47ebc52eec6323d8f1b60f6ec025daf99"; - sha256 = "sha256-gJhbkl19iilNyfCt2TfPmghYA3yCjg6kS+yk/x/k14Y="; + rev = "333783350cd3fe38f25fed1da7d6a433d8f85b77"; + sha256 = "sha256-N8Ju7pSGssvt84/0e1o6G/p7fWM1c0Mzw+ftL1/++J4="; }; nativeBuildInputs = [ cmake ]; |
