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-06-29 15:11:33 +0200
committerMauricio Collares <mauricio@collares.org>2022-07-21 12:52:30 -0300
commitf1fe61ba70513f2ec6ff46773d11538c750fc517 (patch)
treecfc0db1c3bd80557c2a0486b657f0a54e9248aa5 /pkgs/applications/science/logic/lean
parent614a842b74b7a1497e8cfca7c61bec38f51911b3 (diff)
lean: 3.43.0 -> 3.44.0
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 cbd09b2a1a82c..ff504c61cbfea 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.43.0";
+  version = "3.44.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    = "bfce34363b0efe86e93e3fe75de76ab3740c772d";
-    sha256 = "100mb003zkgrv1wd2agbk41aipk3j78k8zcjbj7pv9ixh02c7ss8";
+    rev    = "c9e1da24cae848e06f44bc501e4c7cf18f652552";
+    sha256 = "00hykd1s0rhwzvhx2kn06my89lbqq630fmg430r8rrfdmjvs6dbz";
   };
 
   nativeBuildInputs = [ cmake ];