summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMauricio Collares <mauricio@collares.org>2022-01-03 11:42:18 -0300
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-01-03 15:44:03 +0000
commit3f685f3e4b8b62e555e723daeef84dceda7f847d (patch)
tree8abee28ffbeb5a72c0ee7c52d005e054723be24f
parentMerge pull request #153330 from NixOS/backport-148140-to-release-21.11 (diff)
downloadnixpkgs-3f685f3e4b8b62e555e723daeef84dceda7f847d.tar.gz
lean: 3.35.0 -> 3.35.1
(cherry picked from commit 5b3eac3130bb68737b8f433722515acc5a6c24b1)
-rw-r--r--pkgs/applications/science/logic/lean/default.nix6
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 218a27541877..0b53c2ed8e68 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.35.0";
+ version = "3.35.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 = "a68d251bfc57341d8f1f6d8c6e548a0b08ff3b92";
- sha256 = "0f91kvd4z7rsjyagfx56y1vxmf4wjds7bnz6yh3sd4xx770z58d4";
+ rev = "4887d8a30621941c883f208e151e61ab268c006d";
+ sha256 = "0xmiysmq80dnzq1lw9jmprc85kfimw0sl8m5rbi05z8f782gzv1z";
};
nativeBuildInputs = [ cmake ];