summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorMauricio Collares <mauricio@collares.org>2022-01-04 10:35:17 -0300
committerMauricio Collares <mauricio@collares.org>2022-01-04 10:35:17 -0300
commitb790f8ce318900a9c760dab496c066bd1502b2d6 (patch)
treeed30a2e0c4060dc8d8cf4ef8deb99c548e3f13ed /pkgs/applications/science
parent78cd22c1b8604de423546cd49bfe264b786eca13 (diff)
downloadnixpkgs-b790f8ce318900a9c760dab496c066bd1502b2d6.tar
nixpkgs-b790f8ce318900a9c760dab496c066bd1502b2d6.tar.gz
nixpkgs-b790f8ce318900a9c760dab496c066bd1502b2d6.tar.bz2
nixpkgs-b790f8ce318900a9c760dab496c066bd1502b2d6.tar.lz
nixpkgs-b790f8ce318900a9c760dab496c066bd1502b2d6.tar.xz
nixpkgs-b790f8ce318900a9c760dab496c066bd1502b2d6.tar.zst
nixpkgs-b790f8ce318900a9c760dab496c066bd1502b2d6.zip
lean: 3.35.1 -> 3.36.0
Diffstat (limited to 'pkgs/applications/science')
-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 0b53c2ed8e6..bb1463ad964 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.1";
+  version = "3.36.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    = "4887d8a30621941c883f208e151e61ab268c006d";
-    sha256 = "0xmiysmq80dnzq1lw9jmprc85kfimw0sl8m5rbi05z8f782gzv1z";
+    rev    = "e948149d3d1bbdb8eac9cd103d58626a59fae3b9";
+    sha256 = "1lcjif29lfj3myc6j63ifk8fdvylyv8g82g2dv0d85nz7mpbq47b";
   };
 
   nativeBuildInputs = [ cmake ];