about summary refs log tree commit diff
path: root/pkgs/applications/science/logic/lean
diff options
context:
space:
mode:
authorMauricio Collares <mauricio@collares.org>2022-02-17 23:42:05 -0300
committerMauricio Collares <mauricio@collares.org>2022-02-17 23:42:05 -0300
commit0c36a9cc35e87d0381aa5dc478ff693c77cbaa44 (patch)
tree6606117c972069f655976651c2bc9c00eac37b24 /pkgs/applications/science/logic/lean
parent8a95d272032aaf3a0b89b9f66528c05e11779c56 (diff)
lean: 3.39.1 -> 3.39.2
Diffstat (limited to 'pkgs/applications/science/logic/lean')
-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 806a3c34df156..22e755bd852e9 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.39.1";
+  version = "3.39.2";
 
   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    = "1781ded0d0062f40a7eaf3ead8dcbef4429c6321";
-    sha256 = "0xdpbfjfa1q4cnf87nl7l760ivr4agpqmy3i1f2b132sgbjzm1xx";
+    rev    = "402f41cdedbd46a368fb7807bebe83550d887631";
+    sha256 = "0jddakr07ixspw19xblpj1882vxxaljg3fflhn4myvigwzkav334";
   };
 
   nativeBuildInputs = [ cmake ];