summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-01-04 12:37:30 +0800
committerGitHub <noreply@github.com>2022-01-04 12:37:30 +0800
commite359d31cb93028a28ca1e595c2a5672ba6920808 (patch)
treecaa705cffe0039f4d9c7b0c5a67a26f470f6a274
parentMerge pull request #153410 from NixOS/backport-153407-to-release-21.11 (diff)
parentlean: 3.35.0 -> 3.35.1 (diff)
downloadnixpkgs-e359d31cb93028a28ca1e595c2a5672ba6920808.tar.gz
Merge pull request #153349 from NixOS/backport-153337-to-release-21.11
[Backport release-21.11] lean: 3.35.0 -> 3.35.1
-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 ];