summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorDevon Richards <ruler501@users.noreply.github.com>2021-01-06 21:38:04 -0600
committerGitHub <noreply@github.com>2021-01-06 21:38:04 -0600
commit7a16349789adda186828a4c1b0d7c05aa034a3da (patch)
tree56828ab05d128e221519b54a22e77f95940ea8c6 /pkgs/applications/science
parent6e57c2b876582ac3aeeab32d9927dbe6b623e6ec (diff)
lean: 3.23.0 -> 3.24.0
We have to update to be able to use the current version of mathlib.
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/logic/lean/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/logic/lean/default.nix b/pkgs/applications/science/logic/lean/default.nix
index 88e1b4fbc0e1..0684abd5ab31 100644
--- a/pkgs/applications/science/logic/lean/default.nix
+++ b/pkgs/applications/science/logic/lean/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "lean";
- version = "3.23.0";
+ version = "3.24.0";
src = fetchFromGitHub {
owner = "leanprover-community";
repo = "lean";
rev = "v${version}";
- sha256 = "09mklc1p6ms1jayg2f89hqfmhca3h5744lli936l38ypn1d00sxx";
+ sha256 = "npzBuZ37KrUYwC0TglryVTqui/3/t1ma1Zjpnty0d7c=";
};
nativeBuildInputs = [ cmake ];