summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-11-13 09:04:08 -0500
committerGitHub <noreply@github.com>2022-11-13 09:04:08 -0500
commit16df31b2cd7fd9a7e25ef3a674ded23cf0212f58 (patch)
treeebc485e24af689ee24cf97e0c39a0c8e5622e54b
parentMerge pull request #200777 from r-ryantm/auto-update/python310Packages.aioapns (diff)
parentlean: 3.48.0 -> 3.49.0 (diff)
downloadnixpkgs-16df31b2cd7fd9a7e25ef3a674ded23cf0212f58.tar.gz
Merge pull request #200755 from collares/lean-3.49.0
lean: 3.48.0 -> 3.49.0
-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 69da8ddc578f..81a5afbc2bac 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.48.0";
+ version = "3.49.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 = "283f6ed8083ab4dd7c36300f31816c5cb793f2f7";
- sha256 = "sha256-0Ogv/24KNp1ZBDqiYTsGv5vDKD4fJBtoX7LWLu4QZe0=";
+ rev = "acf633e01a8783a12060b0a1b7b5b5e15fd73e77";
+ sha256 = "sha256-KF13DlGEl6aICSp/haczo54gjLZaOxyzFRdzvyyiu5M=";
};
nativeBuildInputs = [ cmake ];